Java org.apache.poi.poifs.filesystem DocumentInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.filesystem DocumentInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.filesystem DocumentInputStream.

The text is from its open source code.

Constructor

DocumentInputStream(DocumentEntry document)
Create an InputStream from the specified DocumentEntry
DocumentInputStream(POIFSDocument document)
Create an InputStream from the specified Document

Method

intavailable()
voidclose()
voidmark(int ignoredReadlimit)
booleanmarkSupported()
Tests if this input stream supports the mark and reset methods.
intread(byte[] b)
intread(byte[] b, int off, int len)
intread()
bytereadByte()
voidreadFully(byte[] buf, int off, int len)
voidreadFully(byte[] buf)
intreadInt()
shortreadShort()
voidreset()
Repositions this stream to the position at the time the mark() method was last called on this input stream.
longskip(long n)