public static class ByteString.Empty extends ByteString
ByteString.Concrete, ByteString.Empty, ByteString.SubString, ByteString.TrSubString
nada
Constructor and Description |
---|
Empty() |
Modifier and Type | Method and Description |
---|---|
byte |
byteAt(int pos)
_more_
|
byte[] |
copyBytes(int srcpos,
byte[] dst,
int dstpos,
int nbytes)
_more_
|
int |
getLength()
_more_
|
byte[] |
toArray()
_more_
|
public int getLength()
getLength
in class ByteString
public byte byteAt(int pos)
byteAt
in class ByteString
pos
- public byte[] copyBytes(int srcpos, byte[] dst, int dstpos, int nbytes)
copyBytes
in class ByteString
srcpos
- dst
- dstpos
- nbytes
- public byte[] toArray()
toArray
in class ByteString