
public final class BlockUnmarshaller extends Object implements Unmarshaller
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
clearClassCache() |
void |
clearInstanceCache() |
void |
close() |
void |
finish() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
boolean |
readBoolean() |
byte |
readByte() |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] b) |
void |
readFully(byte[] b,
int off,
int len) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
Object |
readObject() |
<T> T |
readObject(Class<T> type) |
Object |
readObjectUnshared() |
<T> T |
readObjectUnshared(Class<T> type) |
short |
readShort() |
int |
readUnsignedByte() |
int |
readUnsignedShort() |
String |
readUTF() |
long |
skip(long n) |
int |
skipBytes(int n) |
void |
start(ByteInput newInput) |
public Object readObjectUnshared() throws ClassNotFoundException, IOException
readObjectUnshared in interface UnmarshallerClassNotFoundExceptionIOExceptionpublic Object readObject() throws ClassNotFoundException, IOException
readObject in interface ObjectInputClassNotFoundExceptionIOExceptionpublic int read()
throws IOException
read in interface ObjectInputread in interface ByteInputIOExceptionpublic int read(byte[] b)
throws IOException
read in interface ObjectInputread in interface ByteInputIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in interface ObjectInputread in interface ByteInputIOExceptionpublic long skip(long n)
throws IOException
skip in interface ObjectInputskip in interface ByteInputIOExceptionpublic int available()
throws IOException
available in interface ObjectInputavailable in interface ByteInputIOExceptionpublic void readFully(byte[] b)
throws IOException
readFully in interface DataInputIOExceptionpublic void readFully(byte[] b,
int off,
int len)
throws IOException
readFully in interface DataInputIOExceptionpublic int skipBytes(int n)
throws IOException
skipBytes in interface DataInputIOExceptionpublic boolean readBoolean()
throws IOException
readBoolean in interface DataInputIOExceptionpublic byte readByte()
throws IOException
readByte in interface DataInputIOExceptionpublic int readUnsignedByte()
throws IOException
readUnsignedByte in interface DataInputIOExceptionpublic short readShort()
throws IOException
readShort in interface DataInputIOExceptionpublic int readUnsignedShort()
throws IOException
readUnsignedShort in interface DataInputIOExceptionpublic char readChar()
throws IOException
readChar in interface DataInputIOExceptionpublic int readInt()
throws IOException
readInt in interface DataInputIOExceptionpublic long readLong()
throws IOException
readLong in interface DataInputIOExceptionpublic float readFloat()
throws IOException
readFloat in interface DataInputIOExceptionpublic double readDouble()
throws IOException
readDouble in interface DataInputIOExceptionpublic String readLine() throws IOException
readLine in interface DataInputIOExceptionpublic String readUTF() throws IOException
readUTF in interface DataInputIOExceptionpublic void clearInstanceCache()
throws IOException
clearInstanceCache in interface UnmarshallerIOExceptionpublic void clearClassCache()
throws IOException
clearClassCache in interface UnmarshallerIOExceptionpublic void start(ByteInput newInput) throws IOException
start in interface UnmarshallerIOExceptionpublic void finish()
throws IOException
finish in interface UnmarshallerIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface ObjectInputclose in interface AutoCloseableIOExceptionpublic <T> T readObject(Class<T> type) throws ClassNotFoundException, IOException
readObject in interface UnmarshallerClassNotFoundExceptionIOExceptionpublic <T> T readObjectUnshared(Class<T> type) throws ClassNotFoundException, IOException
readObjectUnshared in interface UnmarshallerClassNotFoundExceptionIOExceptionCopyright © 2011 JBoss, a division of Red Hat, Inc.