| Changed Methods |
byte[] toByteArray()
|
Changed from non-abstract to abstract.
|
Returns the contents that have been written to this instance,
as a byte array. |
void writeBoolean(boolean)
|
Changed from non-abstract to abstract.
|
|
void writeByte(int)
|
Changed from non-abstract to abstract.
|
|
void writeBytes(String)
|
Changed from non-abstract to abstract.
|
This method is dangerous as it discards the high byte of every character. |
void writeChar(int)
|
Changed from non-abstract to abstract.
|
|
void writeChars(String)
|
Changed from non-abstract to abstract.
|
|
void writeDouble(double)
|
Changed from non-abstract to abstract.
|
|
void writeFloat(float)
|
Changed from non-abstract to abstract.
|
|
void writeInt(int)
|
Changed from non-abstract to abstract.
|
|
void writeLong(long)
|
Changed from non-abstract to abstract.
|
|
void writeShort(int)
|
Changed from non-abstract to abstract.
|
|
void writeUTF(String)
|
Changed from non-abstract to abstract.
|
|
void write(byte[])
|
Changed from non-abstract to abstract.
|
|
void write(byte[], int, int)
|
Changed from non-abstract to abstract.
|
|
void write(int)
|
Changed from non-abstract to abstract.
|
|