public class LogRecordReader extends Object
| Constructor and Description |
|---|
LogRecordReader(byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
readBoolean() |
byte |
readByte() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
Object |
readObject() |
short |
readShort() |
String |
readUTF() |
public String readUTF() throws IOException
IOExceptionpublic long readLong()
throws IOException
IOExceptionpublic byte readByte()
throws IOException
IOExceptionpublic boolean readBoolean()
throws IOException
IOExceptionpublic int readInt()
throws IOException
IOExceptionpublic float readFloat()
throws IOException
IOExceptionpublic double readDouble()
throws IOException
IOExceptionpublic short readShort()
throws IOException
IOExceptionpublic Object readObject() throws IOException
IOExceptionpublic void close()
Copyright © 2017. All rights reserved.