public interface DataToken
| Modifier and Type | Method and Description |
|---|---|
DataToken |
slice(byte offset,
byte length)
Creates a
DataToken copy that represents a portion of the original data |
DataToken slice(byte offset, byte length)
DataToken copy that represents a portion of the original dataoffset - Byte to start copying fromlength - Number of bytes to copy