Uses of Class
org.apache.manifoldcf.connectorcommon.fuzzyml.ByteBuffer
-
Packages that use ByteBuffer Package Description org.apache.manifoldcf.connectorcommon.fuzzyml -
-
Uses of ByteBuffer in org.apache.manifoldcf.connectorcommon.fuzzyml
Fields in org.apache.manifoldcf.connectorcommon.fuzzyml declared as ByteBuffer Modifier and Type Field Description protected ByteBuffer
PrefixedInputStream. bytes
protected ByteBuffer
ReplayableInputStream. bytes
protected ByteBuffer
BOMEncodingDetector. replayBuffer
Constructors in org.apache.manifoldcf.connectorcommon.fuzzyml with parameters of type ByteBuffer Constructor Description PrefixedInputStream(ByteBuffer bytes, java.io.InputStream remainderStream)
Constructor
-