< p > sets the poi file ‘ s path . < / p >
55. DocumentInputStream dstream = new DocumentInputStream( dentry );
57. dstream.close();
read back a workbook that was written out to a memory buffer with { @ link # writeout ( workbook ) } or { @ link # writeoutandclose ( workbook ) } .
346. DocumentInputStream is = null;
454. is.skip(imgsize);
< p > list param is the workbook . < p > the workbook is specified in . ‘ / ‘ . format a ‘ type ( in - 3 , 7 6 ) ‘ s workbook . < br > 0 x 4 0 8 6 5 0 x 4 0 5 6 7 5 < p > @ return a string representing the current block .
64. DocumentInputStream din = fsys.createDocumentInputStream("WordDocument");
68. din.read(header);
69. din.close();
116. din.read(tableStream);
< p > list param is the workbook . < p > the workbook is specified in . ‘ / ‘ . format a ‘ type ( in - 3 , 7 6 ) ‘ s workbook . < br > 0 x 4 0 8 6 5 0 x 4 0 5 6 7 5 < p > @ return a string representing the current block .
64. DocumentInputStream din = fsys.createDocumentInputStream("WordDocument");
68. din.read(header);
69. din.close();
116. din.read(tableStream);
test that we get the same value as excel and , for
39. private DocumentInputStream delegate;
89. return delegate.available();
93. delegate.close();
97. delegate.mark(ignoredReadlimit);
110. return delegate.read();
118. return delegate.read(b, off, len);
127. delegate.reset();
131. return delegate.skip(n);
135. return delegate.readByte();
139. return delegate.readDouble();
151. delegate.readFully(buf, off, len);
155. return delegate.readLong();
159. return delegate.readInt();
163. return delegate.readUShort();
167. return delegate.readUByte();
171. return delegate.position();