wt.boot
Class JarInstaller.PropertiesOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended bywt.boot.JarInstaller.PropertiesOutputStream
Enclosing class:
JarInstaller

static class JarInstaller.PropertiesOutputStream
extends FilterOutputStream


Field Summary
(package private)  boolean skip
           
(package private)  PrintWriter writer
           
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
JarInstaller.PropertiesOutputStream(OutputStream out)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

PrintWriter writer

skip

boolean skip
Constructor Detail

JarInstaller.PropertiesOutputStream

public JarInstaller.PropertiesOutputStream(OutputStream out)
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException