KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > FilterOutputStream > Top Examples

  • org.wings.UploadFilterManager
    @author <a HREF="mailto:hengels@mercatis.de">Holger Engels</a> @version $Revision: 1.4 $
  • org.apache.tools.tar.TarOutputStream
    The TarOutputStream writes a UNIX tar archive as an OutputStream. Methods are provided to put entries, and then write their contents by writing to this stream using write().
  • org.apache.commons.httpclient.WireLogOutputStream
    Logs all data written to the wire LOG. @author <a HREF="mailto:oleg@ural.ru">Oleg Kalnichevski</a> @since 2.0beta1 Original input stream. The wire log to use. Create an instance that wraps the specified output stream. @param out The output stream. @param wire The Wire log to use.
  • org.apache.fop.render.ps.RunLengthEncodeOutputStream
    This class applies a RunLengthEncode filter to the stream. @author <a HREF="mailto:smwolke@geistig.com">Stephen Wolke</a> @version $Id: RunLengthEncodeOutputStream.java,v 1.1.2.2 2003/02/25 14:58:23 jeremias Exp $
  • org.openlaszlo.utils.FileUtils
    A dir is absolute if it begins with "" (the empty string to the left of the initial '/'), or a drive letter. Add '/' since c:/ will be split to c:, which isn't absolute. Also turns "" into "/" which is absolute, so the UNIX case can share this test. A utility class containing file utility functio ...
  • org.eclipse.core.runtime.adaptor.StreamManagerOutputStream
    Represents an <code>OutputStream</code> provided by FileManager @see StreamManager#getOutputStream(String) <p> Clients may not extend this class. </p> @since 3.1
Popular Tags