Description Usage Arguments Details Value See Also
Skip to given position in stream.
1 | adls.fileinputstream.skip(adlFileInputStream, n)
|
adlFileInputStream |
adlFileInputStream of the file |
n |
position to seek to |
Exceptions - IOException, EOFException
Skips over and discards n bytes of data from the input stream. The skip method may, for a variety of reasons, end up skipping over some smaller number of bytes, possibly 0. The actual number of bytes skipped is returned.
Other Azure Data Lake Store functions: adls.append.core,
adls.append.direct,
adls.append, adls.concat,
adls.create, adls.delete,
adls.file.info,
adls.fileinputstream.available,
adls.fileinputstream.close,
adls.fileinputstream.create,
adls.fileinputstream.getpos,
adls.fileinputstream.length,
adls.fileinputstream.readfromservice,
adls.fileinputstream.readfully,
adls.fileinputstream.read,
adls.fileinputstream.seek,
adls.fileoutputstream.close,
adls.fileoutputstream.create,
adls.fileoutputstream.flush,
adls.fileoutputstream.write,
adls.ls, adls.mkdir,
adls.read.core,
adls.read.direct, adls.read,
adls.rename,
createAdlExponentialBackoffRetryPolicy,
createAdlNonIdempotentRetryPolicy,
createAdlRetryPolicy,
shouldRetry.adlExponentialBackoffRetryPolicy,
shouldRetry.adlNonIdempotentRetryPolicy,
shouldRetry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.