public interface DataInputPlus
extends java.io.DataInput
Modifier and Type | Interface and Description |
---|---|
static class |
DataInputPlus.DataInputStreamPlus
Wrapper around an InputStream that provides no buffering but can decode varints
|
Modifier and Type | Method and Description |
---|---|
default long |
readUnsignedVInt()
Think hard before opting for an unsigned encoding.
|
default long |
readVInt() |
default long readVInt() throws java.io.IOException
java.io.IOException
default long readUnsignedVInt() throws java.io.IOException
java.io.IOException
Copyright © 2015 The Apache Software Foundation