public class FSTObjectInputNoShared extends FSTObjectInput
FSTObjectInput.ConditionalCallbackcodec, emptyStream| Constructor and Description |
|---|
FSTObjectInputNoShared() |
FSTObjectInputNoShared(FSTConfiguration conf) |
FSTObjectInputNoShared(InputStream in)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
FSTObjectInputNoShared(InputStream in,
FSTConfiguration conf)
Creates a FSTObjectInput that uses the specified
underlying InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
instantiateAndReadNoSer(Class c,
FSTClazzInfo clzSerInfo,
FSTClazzInfo.FSTFieldInfo referencee,
int readPos) |
void |
registerObject(Object o,
int streamPosition,
FSTClazzInfo info,
FSTClazzInfo.FSTFieldInfo referencee) |
void |
resetForReuse(InputStream in) |
void |
resetForReuseCopyArray(byte[] bytes,
int off,
int len) |
available, close, defaultReadObject, getClassForName, getCodec, getConditionalCallback, getConf, getReadExternalReadAHead, getVersionConflictListener, oldVersionRead, pushBack, read, read, read, readArray, readBoolean, readByte, readChar, readClass, readCompatibleObjectFields, readDouble, readFieldsMapBased, readFInt, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readObject, readObjectCompatible, readObjectCompatibleRecursive, readObjectInternal, readObjectWithHeader, readShort, readStringAsc, readStringUTF, readUnsignedByte, readUnsignedShort, readUTF, reset, resetForReuseUseArray, resetForReuseUseArray, setConditionalCallback, setReadExternalReadAHead, setVersionConflictListener, skip, skipBytespublic FSTObjectInputNoShared()
throws IOException
IOExceptionpublic FSTObjectInputNoShared(FSTConfiguration conf)
public FSTObjectInputNoShared(InputStream in) throws IOException
in - the specified input streamIOExceptionpublic FSTObjectInputNoShared(InputStream in, FSTConfiguration conf)
in - the specified input streamconf - public void registerObject(Object o, int streamPosition, FSTClazzInfo info, FSTClazzInfo.FSTFieldInfo referencee)
registerObject in class FSTObjectInputpublic void resetForReuse(InputStream in) throws IOException
resetForReuse in class FSTObjectInputIOExceptionpublic void resetForReuseCopyArray(byte[] bytes,
int off,
int len)
throws IOException
resetForReuseCopyArray in class FSTObjectInputIOExceptionprotected Object instantiateAndReadNoSer(Class c, FSTClazzInfo clzSerInfo, FSTClazzInfo.FSTFieldInfo referencee, int readPos) throws Exception
instantiateAndReadNoSer in class FSTObjectInputExceptionCopyright © 2015. All rights reserved.