Uses of Interface
com.google.common.io.ByteArrayDataInput
Packages that use ByteArrayDataInput
Package
Description
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
Classes in com.google.common.io that implement ByteArrayDataInputMethods in com.google.common.io that return ByteArrayDataInputModifier and TypeMethodDescriptionstatic ByteArrayDataInputByteStreams.newDataInput(byte[] bytes) Returns a newByteArrayDataInputinstance to read from thebytesarray from the beginning.static ByteArrayDataInputByteStreams.newDataInput(byte[] bytes, int start) Returns a newByteArrayDataInputinstance to read from thebytesarray, starting at the given position.static ByteArrayDataInputByteStreams.newDataInput(ByteArrayInputStream byteArrayInputStream) Returns a newByteArrayDataInputinstance to read from the givenByteArrayInputStream.