KickJava   Java API By Example, From Geeks To Geeks.

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

  • com.opensugar.cube.java2.ManifestHelper3
  • org.eclipse.team.internal.ccvs.ssh.ServerPacket
  • org.eclipse.team.internal.core.streams.TimeoutInputStream
    Wraps an input stream that blocks indefinitely to simulate timeouts on read(), skip(), and close(). The resulting input stream is buffered and supports retrying operations that failed due to an InterruptedIOException. Supports resuming partially completed operations after an InterruptedIOExcepti ...
  • org.eclipse.team.internal.core.streams.ProgressMonitorInputStream
    Updates a progress monitor as bytes are read from the input stream. Also starts a background thread to provide responsive cancellation on read(). Supports resuming partially completed operations after an InterruptedIOException if the underlying stream does. Check the bytesTransferred field to de ...
  • 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.dbunit.util.Base64
    <p> I am placing this code in the Public Domain. Do with it as you will. This software comes with no guarantees or warranties but with plenty of well-wishing instead! Please visit <a HREF="http://iharder.net/base64">http://iharder.net/base64</a> periodically to check for updates ...
Popular Tags