|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteCord | |
|---|---|
| net.metanotion.util | |
| Uses of ByteCord in net.metanotion.util |
|---|
| Fields in net.metanotion.util declared as ByteCord | |
|---|---|
static ByteCord |
ByteCord.EMPTY
|
| Methods in net.metanotion.util that return ByteCord | |
|---|---|
ByteCord |
ByteCord.append(byte[] b)
|
ByteCord |
ByteCord.append(byte[] b,
int bOffset,
int bLength)
|
ByteCord |
ByteCord.append(ByteCord b,
long bOffset,
long bLength)
|
ByteCord |
ByteCord.delete(long cordOffset,
long length)
Remove a section of the byte cord starting at cordOffset, for length bytes. |
ByteCord |
ByteCord.get(long thisOffset,
long length)
|
ByteCord |
ByteCord.insert(byte[] b,
int bOffset,
int bLength,
long thisOffset)
|
ByteCord |
ByteCord.insert(byte[] b,
long thisOffset)
|
ByteCord |
ByteCord.insert(ByteCord b,
long bOffset,
long bLength,
long thisOffset)
Insert a subsection of another ByteCord into this byte cord at offset thisOffset. |
protected ByteCord |
ByteCord.rebalance()
|
ByteCord |
ByteCord.set(byte[] b,
int bOffset,
int bLength,
long thisOffset)
|
ByteCord |
ByteCord.set(byte[] b,
long thisOffset)
|
ByteCord |
ByteCord.set(ByteCord b,
long bOffset,
long bLength,
long thisOffset)
|
ByteCord |
ByteCord.set(byte b,
long thisOffset)
|
| Methods in net.metanotion.util with parameters of type ByteCord | |
|---|---|
ByteCord |
ByteCord.append(ByteCord b,
long bOffset,
long bLength)
|
ByteCord |
ByteCord.insert(ByteCord b,
long bOffset,
long bLength,
long thisOffset)
Insert a subsection of another ByteCord into this byte cord at offset thisOffset. |
ByteCord |
ByteCord.set(ByteCord b,
long bOffset,
long bLength,
long thisOffset)
|
| Constructors in net.metanotion.util with parameters of type ByteCord | |
|---|---|
ByteCord(ByteCord r)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||