| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ByteArrayDataInput | |
|---|---|
| com.google.common.io | This package contains utility methods and classes for working with Java I/O, for example input streams, output streams, readers, writers, and files. | 
| Uses of ByteArrayDataInput in com.google.common.io | 
|---|
| Methods in com.google.common.io that return ByteArrayDataInput | |
|---|---|
| static ByteArrayDataInput | ByteStreams.newDataInput(byte[] bytes)Returns a new ByteArrayDataInputinstance to read from thebytesarray from the beginning. | 
| static ByteArrayDataInput | ByteStreams.newDataInput(byte[] bytes,
                         int start)Returns a new ByteArrayDataInputinstance to read from thebytesarray, starting at the given position. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||