public class MemorySliceInput extends Object
MemorySlice
.Constructor and Description |
---|
MemorySliceInput(MemorySlice slice) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
boolean |
isReadable() |
int |
position() |
byte |
readByte() |
int |
readInt() |
long |
readLong() |
MemorySlice |
readSlice(int length) |
int |
readUnsignedByte() |
int |
readVarLenInt() |
long |
readVarLenLong() |
void |
setPosition(int position) |
public MemorySliceInput(MemorySlice slice)
public int position()
public void setPosition(int position)
public boolean isReadable()
public int available()
public byte readByte()
public int readUnsignedByte()
public int readInt()
public int readVarLenInt()
public long readLong()
public long readVarLenLong()
public MemorySlice readSlice(int length)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.