Class ByteStreamsUtils
java.lang.Object
org.gridgain.internal.sql.copy.s3.ByteStreamsUtils
Byte streams utilities.
skipFully() method is similar to the one from Guava.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidskipFully(InputStream in, long n) Skips bytes from the input stream until exactlynbytes have been skipped or the end of the stream is.
-
Constructor Details
-
ByteStreamsUtils
public ByteStreamsUtils()
-
-
Method Details
-
skipFully
Skips bytes from the input stream until exactlynbytes have been skipped or the end of the stream is.- Throws:
IOException
-