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
 void ListTables.writeListDataTo(HWPFOutputStream tableStream)
           
 void ListTables.writeListOverridesTo(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.
 

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 2008 The Apache Software Foundation or its licensors, as applicable.