All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.io.class-use.ByteArrayDataInput.html Maven / Gradle / Ivy

The newest version!







Uses of Interface com.google.common.io.ByteArrayDataInput (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Interface
com.google.common.io.ByteArrayDataInput

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 ByteArrayDataInput instance to read from the bytes array from the beginning.
static ByteArrayDataInput ByteStreams.newDataInput(byte[] bytes, int start)
          Returns a new ByteArrayDataInput instance to read from the bytes array, starting at the given position.
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy