Uses of Class
io.protostuff.ProtobufException

Packages that use ProtobufException
Package
Description
 
  • Uses of ProtobufException in io.protostuff

    Methods in io.protostuff that throw ProtobufException
    Modifier and Type
    Method
    Description
    void
    ByteArrayInput.checkLastTagWas(int value)
    Verifies that the last call to readTag() returned the given tag value.
    void
    ByteBufferInput.checkLastTagWas(int value)
    Verifies that the last call to readTag() returned the given tag value.
    void
    CodedInput.checkLastTagWas(int value)
    Verifies that the last call to readTag() returned the given tag value.
    int
    CodedInput.pushLimit(int byteLimit)
    Note that pushLimit() does NOT affect how many bytes the CodedInputStream reads from an underlying InputStream when refreshing its buffer.