|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.InputStream java.io.ObjectInputStream org.apache.wicket.util.io.WicketObjectInputStream
@Deprecated public final class WicketObjectInputStream
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.io.ObjectInputStream |
---|
ObjectInputStream.GetField |
Field Summary |
---|
Constructor Summary | |
---|---|
WicketObjectInputStream(InputStream in)
Deprecated. Construct. |
Method Summary | |
---|---|
void |
close()
Deprecated. |
void |
defaultReadObject()
Deprecated. |
int |
read()
Deprecated. |
int |
read(byte[] b)
Deprecated. |
int |
read(byte[] buf,
int off,
int len)
Deprecated. |
boolean |
readBoolean()
Deprecated. Reads in a boolean. |
byte |
readByte()
Deprecated. Reads an 8 bit byte. |
char |
readChar()
Deprecated. Reads a 16 bit char. |
double |
readDouble()
Deprecated. Reads a 64 bit double. |
ObjectInputStream.GetField |
readFields()
Deprecated. |
float |
readFloat()
Deprecated. Reads a 32 bit float. |
void |
readFully(byte[] buf)
Deprecated. Reads bytes, blocking until all bytes are read. |
void |
readFully(byte[] buf,
int off,
int len)
Deprecated. Reads bytes, blocking until all bytes are read. |
int |
readInt()
Deprecated. Reads a 32 bit int. |
long |
readLong()
Deprecated. Reads a 64 bit long. |
protected Object |
readObjectOverride()
Deprecated. |
short |
readShort()
Deprecated. Reads a 16 bit short. |
int |
readUnsignedByte()
Deprecated. Reads an unsigned 8 bit byte. |
int |
readUnsignedShort()
Deprecated. Reads an unsigned 16 bit short. |
String |
readUTF()
Deprecated. |
Methods inherited from class java.io.ObjectInputStream |
---|
available, enableResolveObject, readClassDescriptor, readLine, readObject, readStreamHeader, readUnshared, registerValidation, resolveClass, resolveObject, resolveProxyClass, skipBytes |
Methods inherited from class java.io.InputStream |
---|
mark, markSupported, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.io.ObjectInput |
---|
skip |
Constructor Detail |
---|
public WicketObjectInputStream(InputStream in) throws IOException
in
-
IOException
Method Detail |
---|
protected Object readObjectOverride() throws IOException, ClassNotFoundException
readObjectOverride
in class ObjectInputStream
IOException
ClassNotFoundException
ObjectInputStream.readObjectOverride()
public void defaultReadObject() throws IOException, ClassNotFoundException
defaultReadObject
in class ObjectInputStream
IOException
ClassNotFoundException
ObjectInputStream.defaultReadObject()
public void close() throws IOException
close
in interface Closeable
close
in interface ObjectInput
close
in class ObjectInputStream
IOException
ObjectInputStream.close()
public boolean readBoolean() throws IOException
readBoolean
in interface DataInput
readBoolean
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public byte readByte() throws IOException
readByte
in interface DataInput
readByte
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
readUnsignedByte
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public char readChar() throws IOException
readChar
in interface DataInput
readChar
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public short readShort() throws IOException
readShort
in interface DataInput
readShort
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
readUnsignedShort
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public int readInt() throws IOException
readInt
in interface DataInput
readInt
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public long readLong() throws IOException
readLong
in interface DataInput
readLong
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public float readFloat() throws IOException
readFloat
in interface DataInput
readFloat
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public double readDouble() throws IOException
readDouble
in interface DataInput
readDouble
in class ObjectInputStream
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public void readFully(byte[] buf) throws IOException
readFully
in interface DataInput
readFully
in class ObjectInputStream
buf
- the buffer into which the data is read
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public void readFully(byte[] buf, int off, int len) throws IOException
readFully
in interface DataInput
readFully
in class ObjectInputStream
buf
- the buffer into which the data is readoff
- the start offset of the datalen
- the maximum number of bytes to read
EOFException
- If end of file is reached.
IOException
- If other I/O error has occurred.public String readUTF() throws IOException
readUTF
in interface DataInput
readUTF
in class ObjectInputStream
IOException
ObjectInputStream.readUTF()
public int read() throws IOException
read
in interface ObjectInput
read
in class ObjectInputStream
IOException
ObjectInputStream.read()
public int read(byte[] b) throws IOException
read
in interface ObjectInput
read
in class InputStream
IOException
InputStream.read(byte[])
public int read(byte[] buf, int off, int len) throws IOException
read
in interface ObjectInput
read
in class ObjectInputStream
IOException
ObjectInputStream.read(byte[], int, int)
public ObjectInputStream.GetField readFields() throws IOException, ClassNotFoundException
readFields
in class ObjectInputStream
IOException
ClassNotFoundException
ObjectInputStream.readFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |