FileDocCategorySizeDatePackage
HWPFFileSystem.javaAPI DocApache Poi 3.0.11383Sun Mar 11 12:59:30 GMT 2007org.apache.poi.hwpf.model.io

HWPFFileSystem

public class HWPFFileSystem extends Object

Fields Summary
HashMap
_streams
Constructors Summary
public HWPFFileSystem()


   
  
    _streams.put("WordDocument", new HWPFOutputStream());
    _streams.put("1Table", new HWPFOutputStream());
    _streams.put("Data", new HWPFOutputStream());
  
Methods Summary
public org.apache.poi.hwpf.model.io.HWPFOutputStreamgetStream(java.lang.String name)

    return (HWPFOutputStream)_streams.get(name);