public class MemorySliceInput extends Object
MemorySlice.| 构造器和说明 |
|---|
MemorySliceInput(MemorySlice slice) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.