Closeable
, DataInput
, ObjectInput
, ObjectStreamConstants
, AutoCloseable
Nested Classes
static class
Provide access to the persistent fields read from the input stream.
baseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_ENUM, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, SERIAL_FILTER_PERMISSION, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_ENUM, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING
Constructors
protected
Provide a way for subclasses that are completely reimplementing ObjectInputStream to not have to allocate private data just used by this implementation of ObjectInputStream.
Creates an ObjectInputStream that reads from the specified InputStream.
int
Returns the number of bytes that can be read without blocking.
void
Closes this input stream and releases any system resources associated with the stream.
void
Read the non-static and non-transient fields of the current class from this stream.
protected boolean
Enables the stream to do replacement of objects read from the stream.
Returns the deserialization filter for this stream.
int
int
read(byte[] buf, int off, int len)
Reads into an array of bytes.
boolean
byte
char
Read a class descriptor from the serialization stream.
double
Reads the persistent fields from the stream and makes them available by name.
float
void
Reads bytes, blocking until all bytes are read.
void
Reads bytes, blocking until all bytes are read.
int
long
Read an object from the ObjectInputStream.
This method is called by trusted subclasses of ObjectInputStream that constructed ObjectInputStream using the protected no-arg constructor.
short
protected void
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
Reads an "unshared" object from the ObjectInputStream.
int
Reads an unsigned 8-bit byte.
int
Reads an unsigned 16-bit short.
void
Register an object to be validated before the graph is returned.
Load the local class equivalent of the specified stream class description.
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
Returns a proxy class that implements the interfaces named in a proxy class descriptor; subclasses may implement this method to read custom data from the stream along with the descriptors for dynamic proxy classes, allowing them to use an alternate loading mechanism for the interfaces and the proxy class.
final void
Set the deserialization filter for the stream.
int
mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4