Uses of Class
java.io.OutputStream
-
Uses of OutputStream in com.squareup.okhttp
Methods in com.squareup.okhttp with parameters of type OutputStream Modifier and Type Method Description abstract voidRequest.Body. writeTo(OutputStream out)Writes the content of this request toout. -
Uses of OutputStream in com.squareup.okhttp.internal
Subclasses of OutputStream in com.squareup.okhttp.internal 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.Methods in com.squareup.okhttp.internal that return OutputStream Modifier and Type Method Description OutputStreamPlatform. newDeflaterOutputStream(OutputStream out, Deflater deflater, boolean syncFlush)Returns a deflater output stream that supports SYNC_FLUSH for SPDY name value blocks.OutputStreamDiskLruCache.Editor. newOutputStream(int index)Returns a new unbuffered output stream to write the value atindex.protected abstract OutputStreamFaultRecoveringOutputStream. replacementStream(IOException e)Returns a replacement output stream to recover fromethrown by the previous stream.Methods in com.squareup.okhttp.internal with parameters of type OutputStream Modifier and Type Method Description static intUtil. copy(InputStream in, OutputStream out)Copies all of the bytes fromintoout.OutputStreamPlatform. newDeflaterOutputStream(OutputStream out, Deflater deflater, boolean syncFlush)Returns a deflater output stream that supports SYNC_FLUSH for SPDY name value blocks.voidFaultRecoveringOutputStream. replaceStream(OutputStream replacementStream)Replaces the current output stream withreplacementStream, writing any replay bytes to it if they exist.static voidUtil. writeSingleByte(OutputStream out, int b)Implements OutputStream.write(int) in terms of OutputStream.write(byte[], int, int).Constructors in com.squareup.okhttp.internal with parameters of type OutputStream Constructor Description FaultRecoveringOutputStream(int maxReplayBufferLength, OutputStream out) -
Uses of OutputStream in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return OutputStream Modifier and Type Method Description OutputStreamHttpTransport. createRequestBody()OutputStreamSpdyTransport. createRequestBody()OutputStreamHttpsURLConnectionImpl. getOutputStream()OutputStreamHttpURLConnectionImpl. getOutputStream()OutputStreamHttpEngine. getRequestBody()Returns the request body or null if this request doesn't have a body.Methods in com.squareup.okhttp.internal.http with parameters of type OutputStream Modifier and Type Method Description booleanHttpTransport. makeReusable(boolean streamCancelled, OutputStream requestBodyOut, InputStream responseBodyIn)booleanSpdyTransport. makeReusable(boolean streamCancelled, OutputStream requestBodyOut, InputStream responseBodyIn)Constructors in com.squareup.okhttp.internal.http with parameters of type OutputStream Constructor Description HttpTransport(HttpEngine httpEngine, OutputStream outputStream, InputStream inputStream) -
Uses of OutputStream in com.squareup.okhttp.internal.spdy
Methods in com.squareup.okhttp.internal.spdy that return OutputStream Modifier and Type Method Description OutputStreamSpdyStream. getOutputStream()Returns an output stream that can be used to write data to the peer.Constructors in com.squareup.okhttp.internal.spdy with parameters of type OutputStream Constructor Description Builder(boolean client, InputStream in, OutputStream out)Builder(String hostName, boolean client, InputStream in, OutputStream out) -
Uses of OutputStream in java.io
Subclasses of OutputStream in java.io Modifier and Type Class Description classBufferedOutputStreamWraps an existingOutputStreamand buffers the output.classByteArrayOutputStreamA specializedOutputStreamfor class for writing content to an (internal) byte array.classDataOutputStreamWraps an existingOutputStreamand writes big-endian typed data to it.classFileOutputStreamAn output stream that writes bytes to a file.classFilterOutputStreamWraps an existingOutputStreamand 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.).classPipedOutputStreamPlaces information on a communications pipe.classPrintStreamWraps an existingOutputStreamand provides convenience methods for writing common data types in a human readable format.Fields in java.io declared as OutputStream Modifier and Type Field Description protected OutputStreamFilterOutputStream. outThe target output stream for this filter stream.Methods in java.io with parameters of type OutputStream Modifier and Type Method Description voidByteArrayOutputStream. writeTo(OutputStream out)Takes the contents of this stream and writes it to the output streamout.Constructors in java.io with parameters of type OutputStream Constructor Description BufferedOutputStream(OutputStream out)Constructs a newBufferedOutputStream, providingoutwith a buffer of 8192 bytes.BufferedOutputStream(OutputStream out, int size)Constructs a newBufferedOutputStream, providingoutwithsizebytes of buffer.DataOutputStream(OutputStream out)Constructs a newDataOutputStreamon theOutputStreamout.FilterOutputStream(OutputStream out)Constructs a newFilterOutputStreamwithoutas its target stream.ObjectOutputStream(OutputStream output)Constructs a new ObjectOutputStream that writes to the OutputStreamoutput.OutputStreamWriter(OutputStream out)Constructs a new OutputStreamWriter usingoutas the target stream to write converted characters to.OutputStreamWriter(OutputStream out, String charsetName)Constructs a new OutputStreamWriter usingoutas the target stream to write converted characters to andcharsetNameas the character encoding.OutputStreamWriter(OutputStream out, Charset cs)Constructs a new OutputStreamWriter usingoutas the target stream to write converted characters to andcsas the character encoding.OutputStreamWriter(OutputStream out, CharsetEncoder charsetEncoder)Constructs a new OutputStreamWriter usingoutas the target stream to write converted characters to andcharsetEncoderas the character encoder.PrintStream(OutputStream out)Constructs a newPrintStreamwithoutas its target stream.PrintStream(OutputStream out, boolean autoFlush)Constructs a newPrintStreamwithoutas its target stream.PrintStream(OutputStream out, boolean autoFlush, String charsetName)Constructs a newPrintStreamwithoutas its target stream and using the character encodingcharsetNamewhile writing.PrintWriter(OutputStream out)Constructs a newPrintWriterwithoutas its target stream.PrintWriter(OutputStream out, boolean autoFlush)Constructs a newPrintWriterwithoutas its target stream. -
Uses of OutputStream in java.lang
Methods in java.lang that return OutputStream Modifier and Type Method Description OutputStreamRuntime. getLocalizedOutputStream(OutputStream stream)Deprecated.abstract OutputStreamProcess. getOutputStream()Returns an output stream that is connected to the standard input stream (stdin) of the native process represented by this object.Methods in java.lang with parameters of type OutputStream Modifier and Type Method Description OutputStreamRuntime. getLocalizedOutputStream(OutputStream stream)Deprecated.UseOutputStreamWriterinstead. -
Uses of OutputStream in java.net
Methods in java.net that return OutputStream Modifier and Type Method Description abstract OutputStreamCacheRequest. getBody()Returns anOutputStreamwhich is used to write the response body.protected OutputStreamPlainSocketImpl. getOutputStream()OutputStreamSocket. getOutputStream()Returns an output stream to write data into this socket.protected abstract OutputStreamSocketImpl. getOutputStream()Gets the output stream of this socket.OutputStreamURLConnection. getOutputStream()Returns anOutputStreamfor writing data to thisURLConnection. -
Uses of OutputStream in java.nio.channels
Methods in java.nio.channels that return OutputStream Modifier and Type Method Description static OutputStreamChannels. newOutputStream(WritableByteChannel channel)Returns an output stream on the given channel.Methods in java.nio.channels with parameters of type OutputStream Modifier and Type Method Description static WritableByteChannelChannels. newChannel(OutputStream outputStream)Returns a writable channel on the given output stream. -
Uses of OutputStream in java.security
Subclasses of OutputStream in java.security Modifier and Type Class Description classDigestOutputStreamDigestOutputStreamis aFilterOutputStreamwhich maintains an associated message digest.Methods in java.security with parameters of type OutputStream Modifier and Type Method Description voidCertificate. encode(OutputStream stream)Deprecated.Encodes this certificate to an output stream.abstract voidKeyStoreSpi. engineStore(OutputStream stream, char[] password)Writes thisKeyStoreSpito the specifiedOutputStream.voidKeyStore. store(OutputStream stream, char[] password)Writes thisKeyStoreto the specifiedOutputStream.Constructors in java.security with parameters of type OutputStream Constructor Description DigestOutputStream(OutputStream stream, MessageDigest digest)Constructs a new instance of thisDigestOutputStream, using the givenstreamand thedigest. -
Uses of OutputStream in java.sql
Methods in java.sql that return OutputStream Modifier and Type Method Description OutputStreamClob. setAsciiStream(long pos)Retrieves a stream which can be used to write Ascii characters to thisClobobject, starting at specified position.OutputStreamBlob. setBinaryStream(long pos)Gets a stream that can be used to write binary data to thisBlob.OutputStreamSQLXML. setBinaryStream()Returns a stream that can be used to write binary data to this SQLXMLobject. -
Uses of OutputStream in java.util
Methods in java.util with parameters of type OutputStream Modifier and Type Method Description voidProperties. save(OutputStream out, String comment)Deprecated.This method ignores anyIOExceptionthrown while writing — useProperties.store(java.io.OutputStream, java.lang.String)instead for better exception handling.voidProperties. store(OutputStream out, String comment)Stores properties to the specifiedOutputStream, using ISO-8859-1.voidProperties. storeToXML(OutputStream os, String comment)Writes all properties stored in this instance into theOutputStreamin XML representation.voidProperties. storeToXML(OutputStream os, String comment, String encoding)Writes all properties stored in this instance into theOutputStreamin XML representation.Constructors in java.util with parameters of type OutputStream Constructor Description Formatter(OutputStream os)Constructs aFormatterwhose output is written to the specifiedOutputStream.Formatter(OutputStream os, String csn)Constructs aFormatterwith the given charset, and whose output is written to the specifiedOutputStream.Formatter(OutputStream os, String csn, Locale l)Constructs aFormatterwith the givenLocaleand charset, and whose output is written to the specifiedOutputStream. -
Uses of OutputStream in java.util.jar
Subclasses of OutputStream in java.util.jar Modifier and Type Class Description classJarOutputStreamTheJarOutputStreamis used to write data in theJarFileformat to an arbitrary output streamMethods in java.util.jar with parameters of type OutputStream Modifier and Type Method Description voidPack200.Packer. pack(JarFile in, OutputStream out)Pack the specified JAR file to the specified output stream.voidPack200.Packer. pack(JarInputStream in, OutputStream out)Pack the data from the specified jar input stream to the specified output stream.voidManifest. write(OutputStream os)Writes thisManifest's name/attributes pairs to the givenOutputStream.Constructors in java.util.jar with parameters of type OutputStream Constructor Description JarOutputStream(OutputStream os)Constructs a newJarOutputStreamusing an arbitrary output stream.JarOutputStream(OutputStream os, Manifest manifest)Constructs a newJarOutputStreamusing an output stream. -
Uses of OutputStream in java.util.logging
Methods in java.util.logging with parameters of type OutputStream Modifier and Type Method Description protected voidStreamHandler. setOutputStream(OutputStream os)Sets the output stream this handler writes to.Constructors in java.util.logging with parameters of type OutputStream Constructor Description StreamHandler(OutputStream os, Formatter formatter)Constructs aStreamHandlerobject with the supplied output stream and formatter. -
Uses of OutputStream in java.util.prefs
Methods in java.util.prefs with parameters of type OutputStream Modifier and Type Method Description voidAbstractPreferences. exportNode(OutputStream ostream)abstract voidPreferences. exportNode(OutputStream ostream)Exports all of the preferences of this node to a XML document using the given output stream.voidAbstractPreferences. exportSubtree(OutputStream ostream)abstract voidPreferences. exportSubtree(OutputStream ostream)Exports all of the preferences of this node and all its descendants to a XML document using the given output stream. -
Uses of OutputStream in java.util.zip
Subclasses of OutputStream in java.util.zip 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.Constructors in java.util.zip with parameters of type OutputStream Constructor Description CheckedOutputStream(OutputStream os, Checksum cs)Constructs a newCheckedOutputStreamonOutputStreamos.DeflaterOutputStream(OutputStream os)Constructs a new instance with a default-constructedDeflater.DeflaterOutputStream(OutputStream os, boolean syncFlush)Constructs a new instance with the given flushing behavior (seeDeflaterOutputStream.flush()).DeflaterOutputStream(OutputStream os, Deflater def)Constructs a new instance with the givenDeflater.DeflaterOutputStream(OutputStream os, Deflater def, boolean syncFlush)Constructs a new instance with the givenDeflaterand flushing behavior (seeDeflaterOutputStream.flush()).DeflaterOutputStream(OutputStream os, Deflater def, int bufferSize)Constructs a new instance with the givenDeflaterand buffer size.DeflaterOutputStream(OutputStream os, Deflater def, int bufferSize, boolean syncFlush)Constructs a new instance with the givenDeflater, buffer size, and flushing behavior (seeDeflaterOutputStream.flush()).GZIPOutputStream(OutputStream os)Constructs a newGZIPOutputStreamto write data in GZIP format to the given stream.GZIPOutputStream(OutputStream os, boolean syncFlush)Constructs a newGZIPOutputStreamto write data in GZIP format to the given stream with the given flushing behavior (seeDeflaterOutputStream.flush()).GZIPOutputStream(OutputStream os, int bufferSize)Constructs a newGZIPOutputStreamto write data in GZIP format to the given stream with the given internal buffer size and flushing behavior (seeDeflaterOutputStream.flush()).GZIPOutputStream(OutputStream os, int bufferSize, boolean syncFlush)Constructs a newGZIPOutputStreamto write data in GZIP format to the given stream with the given internal buffer size and flushing behavior (seeDeflaterOutputStream.flush()).InflaterOutputStream(OutputStream out)Constructs anInflaterOutputStreamwith a newInflaterand an implementation-defined default internal buffer size.InflaterOutputStream(OutputStream out, Inflater inf)Constructs anInflaterOutputStreamwith the givenInflaterand an implementation-defined default internal buffer size.InflaterOutputStream(OutputStream out, Inflater inf, int bufferSize)Constructs anInflaterOutputStreamwith the givenInflaterand given internal buffer size.ZipOutputStream(OutputStream os)Constructs a newZipOutputStreamthat writes a zip file to the givenOutputStream. -
Uses of OutputStream in javax.crypto
Subclasses of OutputStream in javax.crypto 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.Constructors in javax.crypto with parameters of type OutputStream Constructor Description CipherOutputStream(OutputStream os)Creates a newCipherOutputStreaminstance for anOutputStreamwithout a cipher.CipherOutputStream(OutputStream os, Cipher c)Creates a newCipherOutputStreaminstance for anOutputStreamand aCipher. -
Uses of OutputStream in javax.xml.transform.stream
Methods in javax.xml.transform.stream that return OutputStream Modifier and Type Method Description OutputStreamStreamResult. getOutputStream()Get the byte stream that was set with setOutputStream.Methods in javax.xml.transform.stream with parameters of type OutputStream Modifier and Type Method Description voidStreamResult. setOutputStream(OutputStream outputStream)Set the ByteStream that is to be written to.Constructors in javax.xml.transform.stream with parameters of type OutputStream Constructor Description StreamResult(OutputStream outputStream)Construct a StreamResult from a byte stream. -
Uses of OutputStream in libcore.io
Methods in libcore.io with parameters of type OutputStream Modifier and Type Method Description static intStreams. copy(InputStream in, OutputStream out)Copies all of the bytes fromintoout.static voidStreams. writeSingleByte(OutputStream out, int b)Implements OutputStream.write(int) in terms of OutputStream.write(byte[], int, int). -
Uses of OutputStream in libcore.net.url
Methods in libcore.net.url that return OutputStream Modifier and Type Method Description OutputStreamFtpURLConnection. getOutputStream()Creates a output stream for writing to this URL Connection. -
Uses of OutputStream in org.apache.http
Methods in org.apache.http with parameters of type OutputStream Modifier and Type Method Description voidHttpEntity. writeTo(OutputStream outstream)Writes the entity content to the output stream. -
Uses of OutputStream in org.apache.http.conn
Methods in org.apache.http.conn with parameters of type OutputStream Modifier and Type Method Description voidBasicManagedEntity. writeTo(OutputStream outstream) -
Uses of OutputStream in org.apache.http.entity
Methods in org.apache.http.entity with parameters of type OutputStream Modifier and Type Method Description voidBasicHttpEntity. writeTo(OutputStream outstream)voidBufferedHttpEntity. writeTo(OutputStream outstream)voidByteArrayEntity. writeTo(OutputStream outstream)voidContentProducer. writeTo(OutputStream outstream)voidEntityTemplate. writeTo(OutputStream outstream)voidFileEntity. writeTo(OutputStream outstream)voidHttpEntityWrapper. writeTo(OutputStream outstream)voidInputStreamEntity. writeTo(OutputStream outstream)voidSerializableEntity. writeTo(OutputStream outstream)voidStringEntity. writeTo(OutputStream outstream) -
Uses of OutputStream in org.apache.http.impl.entity
Methods in org.apache.http.impl.entity that return OutputStream Modifier and Type Method Description protected OutputStreamEntitySerializer. doSerialize(SessionOutputBuffer outbuffer, HttpMessage message) -
Uses of OutputStream in org.apache.http.impl.io
Subclasses of OutputStream in org.apache.http.impl.io 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.Methods in org.apache.http.impl.io with parameters of type OutputStream Modifier and Type Method Description protected voidAbstractSessionOutputBuffer. init(OutputStream outstream, int buffersize, HttpParams params) -
Uses of OutputStream in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref with parameters of type OutputStream Modifier and Type Method Description voidDTMDefaultBase. dumpDTM(OutputStream os)Diagnostics function to dump the DTM. -
Uses of OutputStream in org.apache.xml.serializer
Methods in org.apache.xml.serializer that return OutputStream Modifier and Type Method Description OutputStreamSerializer. getOutputStream()Get the output stream where the events will be serialized to.OutputStreamToStream. getOutputStream()Get the output stream where the events will be serialized to.OutputStreamToTextSAXHandler. getOutputStream()Deprecated.OutputStreamToUnknownStream. getOutputStream()OutputStreamToXMLSAXHandler. getOutputStream()Methods in org.apache.xml.serializer with parameters of type OutputStream Modifier and Type Method Description voidSerializer. setOutputStream(OutputStream output)Specifies an output stream to which the document should be serialized.voidToStream. setOutputStream(OutputStream output)Specifies an output stream to which the document should be serialized.voidToTextSAXHandler. setOutputStream(OutputStream output)Deprecated.voidToUnknownStream. setOutputStream(OutputStream output)Sets the output stream to write tovoidToXMLSAXHandler. setOutputStream(OutputStream output) -
Uses of OutputStream in org.bouncycastle.asn1
Fields in org.bouncycastle.asn1 declared as OutputStream Modifier and Type Field Description protected OutputStreamASN1Generator. _outMethods in org.bouncycastle.asn1 that return OutputStream Modifier and Type Method Description OutputStreamBEROctetStringGenerator. getOctetOutputStream()OutputStreamBEROctetStringGenerator. getOctetOutputStream(byte[] buf)abstract OutputStreamASN1Generator. getRawOutputStream()OutputStreamBERGenerator. getRawOutputStream()Constructors in org.bouncycastle.asn1 with parameters of type OutputStream Constructor Description ASN1Generator(OutputStream out)ASN1OutputStream(OutputStream os)BERGenerator(OutputStream out)BERGenerator(OutputStream out, int tagNo, boolean isExplicit)BEROctetStringGenerator(OutputStream out)BEROctetStringGenerator(OutputStream out, int tagNo, boolean isExplicit)BEROutputStream(OutputStream os)DEROutputStream(OutputStream os)DLOutputStream(OutputStream os) -
Uses of OutputStream in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return OutputStream Modifier and Type Method Description OutputStreamSignerInfoGenerator. getCalculatingOutputStream()Methods in org.bouncycastle.cms with parameters of type OutputStream Modifier and Type Method Description voidCMSAbsentContent. write(OutputStream zOut)voidCMSProcessable. write(OutputStream out)generic routine to copy out the data we want processed - the OutputStream passed in will do the handling on it's own.voidCMSProcessableByteArray. write(OutputStream zOut) -
Uses of OutputStream in org.bouncycastle.crypto.io
Subclasses of OutputStream in org.bouncycastle.crypto.io Modifier and Type Class Description classCipherOutputStreamclassDigestOutputStreamclassMacOutputStreamConstructors in org.bouncycastle.crypto.io with parameters of type OutputStream Constructor Description CipherOutputStream(OutputStream os, BufferedBlockCipher cipher)Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher.CipherOutputStream(OutputStream os, StreamCipher cipher)Constructs a CipherOutputStream from an OutputStream and a BufferedBlockCipher. -
Uses of OutputStream in org.bouncycastle.jcajce.io
Subclasses of OutputStream in org.bouncycastle.jcajce.io Modifier and Type Class Description classMacOutputStream -
Uses of OutputStream in org.bouncycastle.jcajce.provider.config
Methods in org.bouncycastle.jcajce.provider.config that return OutputStream Modifier and Type Method Description OutputStreamPKCS12StoreParameter. getOutputStream()Constructors in org.bouncycastle.jcajce.provider.config with parameters of type OutputStream Constructor Description PKCS12StoreParameter(OutputStream out, char[] password)PKCS12StoreParameter(OutputStream out, char[] password, boolean forDEREncoding)PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter)PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding) -
Uses of OutputStream in org.bouncycastle.jcajce.provider.keystore.bc
Methods in org.bouncycastle.jcajce.provider.keystore.bc with parameters of type OutputStream Modifier and Type Method Description voidBcKeyStoreSpi.BouncyCastleStore. engineStore(OutputStream stream, char[] password)voidBcKeyStoreSpi. engineStore(OutputStream stream, char[] password)protected voidBcKeyStoreSpi. saveStore(OutputStream out) -
Uses of OutputStream in org.bouncycastle.jcajce.provider.keystore.pkcs12
Methods in org.bouncycastle.jcajce.provider.keystore.pkcs12 with parameters of type OutputStream Modifier and Type Method Description voidPKCS12KeyStoreSpi. engineStore(OutputStream stream, char[] password) -
Uses of OutputStream in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return OutputStream Modifier and Type Method Description OutputStreamJDKPKCS12StoreParameter. getOutputStream()Deprecated.Methods in org.bouncycastle.jce.provider with parameters of type OutputStream Modifier and Type Method Description voidJDKPKCS12StoreParameter. setOutputStream(OutputStream outputStream)Deprecated. -
Uses of OutputStream in org.bouncycastle.operator
Methods in org.bouncycastle.operator that return OutputStream Modifier and Type Method Description OutputStreamContentSigner. getOutputStream()Returns a stream that will accept data for the purpose of calculating a signature.OutputStreamContentVerifier. getOutputStream()Returns a stream that will accept data for the purpose of calculating a signature for later verification.OutputStreamDigestCalculator. getOutputStream()Returns a stream that will accept data for the purpose of calculating a digest. -
Uses of OutputStream in org.bouncycastle.util
Methods in org.bouncycastle.util with parameters of type OutputStream Modifier and Type Method Description static voidStrings. toUTF8ByteArray(char[] string, OutputStream sOut) -
Uses of OutputStream in org.bouncycastle.util.encoders
Methods in org.bouncycastle.util.encoders with parameters of type OutputStream Modifier and Type Method Description static intBase64. decode(String data, OutputStream out)decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.intBase64Encoder. decode(byte[] data, int off, int length, OutputStream out)decode the base 64 encoded byte data writing it to the given output stream, whitespace characters will be ignored.intBase64Encoder. decode(String data, OutputStream out)decode the base 64 encoded String data writing it to the given output stream, whitespace characters will be ignored.intEncoder. decode(byte[] data, int off, int length, OutputStream out)intEncoder. decode(String data, OutputStream out)static intHex. decode(String data, OutputStream out)decode the Hex encoded String data writing it to the given output stream, whitespace characters will be ignored.intHexEncoder. decode(byte[] data, int off, int length, OutputStream out)decode the Hex encoded byte data writing it to the given output stream, whitespace characters will be ignored.intHexEncoder. decode(String data, OutputStream out)decode the Hex encoded String data writing it to the given output stream, whitespace characters will be ignored.static intBase64. encode(byte[] data, int off, int length, OutputStream out)Encode the byte data to base 64 writing it to the given output stream.static intBase64. encode(byte[] data, OutputStream out)Encode the byte data to base 64 writing it to the given output stream.intBase64Encoder. encode(byte[] data, int off, int length, OutputStream out)encode the input data producing a base 64 output stream.intEncoder. encode(byte[] data, int off, int length, OutputStream out)static intHex. encode(byte[] data, int off, int length, OutputStream out)Hex encode the byte data writing it to the given output stream.static intHex. encode(byte[] data, OutputStream out)Hex encode the byte data writing it to the given output stream.intHexEncoder. encode(byte[] data, int off, int length, OutputStream out)encode the input data producing a Hex output stream. -
Uses of OutputStream in org.bouncycastle.util.io
Subclasses of OutputStream in org.bouncycastle.util.io Modifier and Type Class Description classTeeOutputStreamMethods in org.bouncycastle.util.io that return OutputStream Modifier and Type Method Description OutputStreamTeeInputStream. getOutputStream()Methods in org.bouncycastle.util.io with parameters of type OutputStream Modifier and Type Method Description static voidStreams. pipeAll(InputStream inStr, OutputStream outStr)static longStreams. pipeAllLimited(InputStream inStr, long limit, OutputStream outStr)Constructors in org.bouncycastle.util.io with parameters of type OutputStream Constructor Description TeeInputStream(InputStream input, OutputStream output)TeeOutputStream(OutputStream output1, OutputStream output2) -
Uses of OutputStream in org.conscrypt
Subclasses of OutputStream in org.conscrypt Modifier and Type Class Description static classLogger.StreamclassSSLSocketOutputStreamThis is a application data output stream used in SSLSocket implementation.Fields in org.conscrypt declared as OutputStream Modifier and Type Field Description protected OutputStreamSSLSocketImpl. outputMethods in org.conscrypt that return OutputStream Modifier and Type Method Description OutputStreamOpenSSLSocketImpl. getOutputStream()OutputStreamSSLSocketImpl. getOutputStream()This method works according to the specification of implemented class.Methods in org.conscrypt with parameters of type OutputStream Modifier and Type Method Description static longNativeCrypto. create_BIO_OutputStream(OutputStream os)voidTrustedCertificateKeyStoreSpi. engineStore(OutputStream stream, char[] password) -
Uses of OutputStream in org.kxml2.io
Methods in org.kxml2.io with parameters of type OutputStream Modifier and Type Method Description voidKXmlSerializer. setOutput(OutputStream os, String encoding) -
Uses of OutputStream in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return OutputStream Modifier and Type Method Description OutputStreamLSOutput. getByteStream()An attribute of a language and binding dependent type that represents a writable stream of bytes.Methods in org.w3c.dom.ls with parameters of type OutputStream Modifier and Type Method Description voidLSOutput. setByteStream(OutputStream byteStream)An attribute of a language and binding dependent type that represents a writable stream of bytes. -
Uses of OutputStream in org.xmlpull.v1
Methods in org.xmlpull.v1 with parameters of type OutputStream Modifier and Type Method Description voidXmlSerializer. setOutput(OutputStream os, String encoding)Set to use binary output stream with given encoding. -
Uses of OutputStream in SQLite
Methods in SQLite that return OutputStream Modifier and Type Method Description OutputStreamBlob. getOutputStream()Return OutputStream for this blob
OutputStreamWriterinstead.