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)
           
 void SavedByTable.writeTo(HWPFOutputStream tableStream)
          Writes this table to the table stream.
 void StyleSheet.writeTo(HWPFOutputStream out)
           
 byte[] TextPieceTable.writeTo(HWPFOutputStream docStream)
           
 

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