|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
OutputStream ) |
Documentation changed from old to new. |
Creates an ObjectOutputStream that writes to the specified OutputStream. |
void ) |
Documentation changed from old to new. |
Provide a way for subclasses that are completely reimplementing ObjectOutputStream to not have to allocate private data just used by this implementation of ObjectOutputStream. |
Added Methods | |
void writeUnshared(Object ) |
Writes an "unshared" object to the ObjectOutputStream. |
Changed Methods | ||
void annotateClass(Class ) |
Documentation changed from old to new. |
Subclasses may implement this method to allow class data to be stored in the stream. |
void close() |
Documentation changed from old to new. |
Closes the stream. |
void drain() |
Documentation changed from old to new. |
Drain any buffered data in ObjectOutputStream. |
boolean enableReplaceObject(boolean ) |
Documentation changed from old to new. |
Enable the stream to do replacement of objects in the stream. |
void flush() |
Documentation changed from old to new. |
Flushes the stream. |
PutField putFields() |
Documentation changed from old to new. |
Retrieve the object used to buffer persistent fields to be written to the stream. |
Object replaceObject(Object ) |
Documentation changed from old to new. |
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization. |
void useProtocolVersion(int ) |
Documentation changed from old to new. |
Specify stream protocol version to use when writing the stream. |
void writeBoolean(boolean ) |
Documentation changed from old to new. |
Writes a boolean. |
void writeByte(int ) |
Documentation changed from old to new. |
Writes an 8 bit byte. |
void writeBytes(String ) |
Documentation changed from old to new. |
Writes a String as a sequence of bytes. |
void writeChar(int ) |
Documentation changed from old to new. |
Writes a 16 bit char. |
void writeChars(String ) |
Documentation changed from old to new. |
Writes a String as a sequence of chars. |
void writeClassDescriptor(ObjectStreamClass ) |
Documentation changed from old to new. |
Write the specified class descriptor to the ObjectOutputStream. |
void writeDouble(double ) |
Documentation changed from old to new. |
Writes a 64 bit double. |
void writeFloat(float ) |
Documentation changed from old to new. |
Writes a 32 bit float. |
void writeInt(int ) |
Documentation changed from old to new. |
Writes a 32 bit int. |
void writeLong(long ) |
Documentation changed from old to new. |
Writes a 64 bit long. |
void writeObject(Object ) |
Documentation changed from old to new. |
Write the specified object to the ObjectOutputStream. |
void writeShort(int ) |
Documentation changed from old to new. |
Writes a 16 bit short. |
void writeUTF(String ) |
Documentation changed from old to new. |
Primitive data write of this String in UTF format. |
void write(byte[] ) |
Documentation changed from old to new. |
Writes an array of bytes. |
void write(byte[], |
Documentation changed from old to new. |
Writes a sub array of bytes. |
void write(int ) |
Documentation changed from old to new. |
Writes a byte. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |