protected static interface ByteString.ByteStringFactory
ByteString operations which need to generate new
ByteString objects.| Modifier and Type | Method and Description |
|---|---|
ByteString |
newInstance(byte[] value,
int start,
int length,
boolean copy) |
ByteString newInstance(byte[] value, int start, int length, boolean copy)
Copyright © 2008–2015 The Netty Project. All rights reserved.