Home
last modified time | relevance | path

Searched defs:outStream (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/encoding/
H A DUCEncoder.java53 protected void encodeAtom(OutputStream outStream, byte data[], in encodeAtom()
83 protected void encodeLinePrefix(OutputStream outStream, int length) in encodeLinePrefix()
94 protected void encodeLineSuffix(OutputStream outStream) in encodeLineSuffix()
111 OutputStream outStream) in encodeBuffer()
156 ByteArrayOutputStream outStream = new ByteArrayOutputStream(); in encodeBuffer() local
H A DUCDecoder.java54 OutputStream outStream, int l) in decodeAtom()
102 OutputStream outStream) in decodeBufferPrefix()
108 OutputStream outStream) in decodeLinePrefix()
136 OutputStream outStream) in decodeLineSuffix()
195 ByteArrayOutputStream outStream = new ByteArrayOutputStream(); in decodeBuffer() local
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java62 private OutputStream outStream = null; field in RequestHandler
/titanic_44/usr/src/common/lzma/
H A DLzmaEnc.c229 ISeqOutStream *outStream; member
2058 static SRes LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream, in LzmaEnc_Prepare()
2144 CSeqOutStreamBuf outStream; in LzmaEnc_CodeOneMemBlock() local
2172 SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressP… in LzmaEnc_Encode()
2241 CSeqOutStreamBuf outStream; in LzmaEnc_MemEncode() local