public interface RawProtoStreamReader
| Modifier and Type | Method and Description |
|---|---|
void |
checkLastTagWas(int tag) |
void |
popLimit(int oldLimit) |
int |
pushLimit(int byteLimit) |
boolean |
readBool() |
byte[] |
readByteArray() |
ByteBuffer |
readByteBuffer() |
double |
readDouble() |
int |
readEnum() |
int |
readFixed32() |
long |
readFixed64() |
float |
readFloat() |
int |
readInt32() |
long |
readInt64() |
int |
readRawVarint32() |
long |
readRawVarint64() |
int |
readSFixed32() |
long |
readSFixed64() |
int |
readSInt32() |
long |
readSInt64() |
String |
readString() |
int |
readTag() |
int |
readUInt32() |
long |
readUInt64() |
boolean |
skipField(int tag) |
int readTag()
throws IOException
IOExceptionvoid checkLastTagWas(int tag)
throws IOException
IOExceptionboolean skipField(int tag)
throws IOException
IOExceptionboolean readBool()
throws IOException
IOExceptionint readEnum()
throws IOException
IOExceptionString readString() throws IOException
IOExceptionbyte[] readByteArray()
throws IOException
IOExceptionByteBuffer readByteBuffer() throws IOException
IOExceptiondouble readDouble()
throws IOException
IOExceptionfloat readFloat()
throws IOException
IOExceptionlong readInt64()
throws IOException
IOExceptionlong readUInt64()
throws IOException
IOExceptionlong readSInt64()
throws IOException
IOExceptionlong readFixed64()
throws IOException
IOExceptionlong readSFixed64()
throws IOException
IOExceptionlong readRawVarint64()
throws IOException
IOExceptionint readInt32()
throws IOException
IOExceptionint readUInt32()
throws IOException
IOExceptionint readSInt32()
throws IOException
IOExceptionint readFixed32()
throws IOException
IOExceptionint readSFixed32()
throws IOException
IOExceptionint readRawVarint32()
throws IOException
IOExceptionint pushLimit(int byteLimit)
throws IOException
IOExceptionvoid popLimit(int oldLimit)
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.