|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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 ObjectInputStreamIOException
ClassNotFoundExceptionObjectInputStream.readObjectOverride()
public void defaultReadObject()
throws IOException,
ClassNotFoundException
defaultReadObject in class ObjectInputStreamIOException
ClassNotFoundExceptionObjectInputStream.defaultReadObject()
public void close()
throws IOException
close in interface Closeableclose in interface ObjectInputclose in class ObjectInputStreamIOExceptionObjectInputStream.close()
public boolean readBoolean()
throws IOException
readBoolean in interface DataInputreadBoolean in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public byte readByte()
throws IOException
readByte in interface DataInputreadByte in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputreadUnsignedByte in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public char readChar()
throws IOException
readChar in interface DataInputreadChar in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public short readShort()
throws IOException
readShort in interface DataInputreadShort in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputreadUnsignedShort in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public int readInt()
throws IOException
readInt in interface DataInputreadInt in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public long readLong()
throws IOException
readLong in interface DataInputreadLong in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public float readFloat()
throws IOException
readFloat in interface DataInputreadFloat in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public double readDouble()
throws IOException
readDouble in interface DataInputreadDouble in class ObjectInputStreamEOFException - If end of file is reached.
IOException - If other I/O error has occurred.
public void readFully(byte[] buf)
throws IOException
readFully in interface DataInputreadFully in class ObjectInputStreambuf - 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 DataInputreadFully in class ObjectInputStreambuf - 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 DataInputreadUTF in class ObjectInputStreamIOExceptionObjectInputStream.readUTF()
public int read()
throws IOException
read in interface ObjectInputread in class ObjectInputStreamIOExceptionObjectInputStream.read()
public int read(byte[] b)
throws IOException
read in interface ObjectInputread in class InputStreamIOExceptionInputStream.read(byte[])
public int read(byte[] buf,
int off,
int len)
throws IOException
read in interface ObjectInputread in class ObjectInputStreamIOExceptionObjectInputStream.read(byte[], int, int)
public ObjectInputStream.GetField readFields()
throws IOException,
ClassNotFoundException
readFields in class ObjectInputStreamIOException
ClassNotFoundExceptionObjectInputStream.readFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||