public final class ByteBuffer extends Object
| 构造器和说明 |
|---|
ByteBuffer() |
ByteBuffer(byte[] bytes) |
ByteBuffer(int length) |
public ByteBuffer()
public ByteBuffer(int length)
public ByteBuffer(byte[] bytes)
public void andEq(int offset,
byte value)
public void orEq(int offset,
byte value)
public void set(int offset,
byte value)
private void grow(int index)
public byte get(int offset)
public int reverse(int offset)
public int reverse(int offset,
int length)
public int size()
public boolean isFixed()
public byte[] toBytes()
Copyright © 2019–2023 indunet. All rights reserved.