public class BytesContentProvider extends Object implements ContentProvider
ContentProvider for byte arrays.| Constructor and Description |
|---|
BytesContentProvider(byte[]... bytes) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
Iterator<ByteBuffer> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic long getLength()
getLength in interface ContentProviderpublic Iterator<ByteBuffer> iterator()
iterator in interface Iterable<ByteBuffer>Copyright © 1995-2023 Mort Bay Consulting. All Rights Reserved.