| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteString |
ByteString.subSequence(int start,
int end,
boolean copy,
ByteString.ByteStringFactory factory)
Either copy or share a subset of underlying sub-sequence of bytes.
|
Copyright © 2008–2015 The Netty Project. All rights reserved.