| Package | Description |
|---|---|
| io.appulse.utils |
| Modifier and Type | Method and Description |
|---|---|
BytesSliceBuilder |
BytesSliceBuilder.from(int index)
Sets an index from, the beginning of the slice.
|
BytesSliceBuilder |
BytesSliceBuilder.length(int length)
Sets a length of the slice.
|
BytesSliceBuilder |
Bytes.slice()
Creates a new
BytesSliceBuilder instance for making the buffer's slize. |
BytesSliceBuilder |
BytesSliceBuilder.to(int index)
Sets an index to, the ending of the slice.
|
Copyright © 2019–2020 Appulse. All rights reserved.