Uses of Interface
java.io.Flushable
| Package | Description |
|---|---|
| com.squareup.okhttp.internal | |
| java.io | |
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| java.util | |
| java.util.jar | |
| java.util.zip | |
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.apache.http.impl.io |
Default implementations for interfaces in
org.apache.http.io. |
| org.bouncycastle.crypto.io | |
| org.bouncycastle.jcajce.io | |
| org.bouncycastle.util.io | |
| org.bouncycastle.util.io.pem | |
| org.conscrypt |
-
Uses of Flushable in com.squareup.okhttp.internal
Classes in com.squareup.okhttp.internal that implement Flushable Modifier and Type Class Description classAbstractOutputStreamAn output stream for an HTTP request body.classFaultRecoveringOutputStreamAn output stream wrapper that recovers from failures in the underlying stream by replacing it with another stream. -
Uses of Flushable in java.io
Classes in java.io that implement Flushable Modifier and Type Class Description classBufferedOutputStreamWraps an existingOutputStreamand buffers the output.classBufferedWriterWraps an existingWriterand buffers the output.classByteArrayOutputStreamA specializedOutputStreamfor class for writing content to an (internal) byte array.classCharArrayWriterA specializedWriterfor class for writing content to an (internal) char array.classConsoleProvides access to the console, if available.classDataOutputStreamWraps an existingOutputStreamand writes big-endian typed data to it.classFileOutputStreamAn output stream that writes bytes to a file.classFileWriterA specializedWriterthat writes to a file in the file system.classFilterOutputStreamWraps an existingOutputStreamand performs some transformation on the output data while it is being written.classFilterWriterWraps an existingWriterand performs some transformation on the output data while it is being written.classObjectOutputStreamA specializedOutputStreamthat is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.).classOutputStreamA writable sink for bytes.classOutputStreamWriterA class for turning a character stream into a byte stream.classPipedOutputStreamPlaces information on a communications pipe.classPipedWriterPlaces information on a communications pipe.classPrintStreamWraps an existingOutputStreamand provides convenience methods for writing common data types in a human readable format.classPrintWriterWraps either an existingOutputStreamor an existingWriterand provides convenience methods for printing common data types in a human readable format.classStringWriterA specializedWriterthat writes characters to aStringBufferin a sequential manner, appending them in the process.classWriterThe base class for all writers. -
Uses of Flushable in java.security
Classes in java.security that implement Flushable Modifier and Type Class Description classDigestOutputStreamDigestOutputStreamis aFilterOutputStreamwhich maintains an associated message digest. -
Uses of Flushable in java.util
-
Uses of Flushable in java.util.jar
Classes in java.util.jar that implement Flushable Modifier and Type Class Description classJarOutputStreamTheJarOutputStreamis used to write data in theJarFileformat to an arbitrary output stream -
Uses of Flushable in java.util.zip
Classes in java.util.zip that implement Flushable Modifier and Type Class Description classCheckedOutputStreamTheCheckedOutputStreamclass is used to maintain a running checksum of all data written to a stream.classDeflaterOutputStreamThis class provides an implementation ofFilterOutputStreamthat compresses data using the DEFLATE algorithm.classGZIPOutputStreamTheGZIPOutputStreamclass is used to write data to a stream in the GZIP storage format.classInflaterOutputStreamAnOutputStreamfilter to decompress data.classZipOutputStreamUsed to write (compress) data into zip files. -
Uses of Flushable in javax.crypto
Classes in javax.crypto that implement Flushable Modifier and Type Class Description classCipherOutputStreamThis class wraps an output stream and a cipher so thatwritemethods send the data through the cipher before writing them to the underlying output stream. -
Uses of Flushable in org.apache.http.impl.io
Classes in org.apache.http.impl.io that implement Flushable Modifier and Type Class Description classChunkedOutputStreamImplements chunked transfer coding.classContentLengthOutputStreamA stream wrapper that closes itself after a defined number of bytes.classIdentityOutputStreamA stream for writing with an "identity" transport encoding. -
Uses of Flushable in org.bouncycastle.crypto.io
Classes in org.bouncycastle.crypto.io that implement Flushable Modifier and Type Class Description classCipherOutputStreamclassDigestOutputStreamclassMacOutputStream -
Uses of Flushable in org.bouncycastle.jcajce.io
Classes in org.bouncycastle.jcajce.io that implement Flushable Modifier and Type Class Description classMacOutputStream -
Uses of Flushable in org.bouncycastle.util.io
Classes in org.bouncycastle.util.io that implement Flushable Modifier and Type Class Description classTeeOutputStream -
Uses of Flushable in org.bouncycastle.util.io.pem
Classes in org.bouncycastle.util.io.pem that implement Flushable Modifier and Type Class Description classPemWriterA generic PEM writer, based on RFC 1421 -
Uses of Flushable in org.conscrypt
Classes in org.conscrypt that implement Flushable Modifier and Type Class Description static classLogger.StreamclassSSLSocketOutputStreamThis is a application data output stream used in SSLSocket implementation.