Uses of Class
org.apache.poi.hwpf.model.io.HWPFOutputStream

Packages that use HWPFOutputStream
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.model.io   
 

Uses of HWPFOutputStream in org.apache.poi.hwpf.model
 

Methods in org.apache.poi.hwpf.model with parameters of type HWPFOutputStream
protected  byte[] PAPFormattedDiskPage.toByteArray(HWPFOutputStream dataStream, CharIndexTranslator translator)
          Creates a byte array representation of this data structure.
 void FieldsTables.write(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 void ListTables.writeListDataTo(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 void ListTables.writeListOverridesTo(HWPFOutputStream tableStream)
           
 void BookmarksTables.writePlcfBkmkf(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 void BookmarksTables.writePlcfBkmkl(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 void NotesTables.writeRef(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 void BookmarksTables.writeSttbfBkmk(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 void FileInformationBlock.writeTo(byte[] mainStream, HWPFOutputStream tableStream)
           
 byte[] TextPieceTable.writeTo(HWPFOutputStream docStream)
           
 void StyleSheet.writeTo(HWPFOutputStream out)
           
 void SavedByTable.writeTo(HWPFOutputStream tableStream)
          Writes this table to the table stream.
 void RevisionMarkAuthorTable.writeTo(HWPFOutputStream tableStream)
          Writes this table to the table stream.
 void FontTable.writeTo(HWPFOutputStream tableStream)
           
 void DocumentProperties.writeTo(HWPFOutputStream tableStream)
           
 void SectionTable.writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream)
           
 void ComplexFileTable.writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream)
           
 void PAPBinTable.writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream, CharIndexTranslator translator)
           
 void CHPBinTable.writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream, int fcMin, CharIndexTranslator translator)
           
 void NotesTables.writeTxt(FileInformationBlock fib, HWPFOutputStream tableStream)
           
 

Uses of HWPFOutputStream in org.apache.poi.hwpf.model.io
 

Methods in org.apache.poi.hwpf.model.io that return HWPFOutputStream
 HWPFOutputStream HWPFFileSystem.getStream(java.lang.String name)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.