Catalogen

DocumentInputStream @Cluster 1 (delegate, din, return)


EntryUtils.java

< p > sets the poi file ‘ s path . < / p >

55. DocumentInputStream dstream = new DocumentInputStream( dentry );
57. dstream.close();

HSLFSlideShow.java

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);

WordExtractor.java

< 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);

WordExtractor.java

< 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);

DocumentInputStream.java

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();