private class CMSCompressedDataStreamGenerator.CmsCompressedOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
private BERSequenceGenerator |
_cGen |
private BERSequenceGenerator |
_eiGen |
private java.util.zip.DeflaterOutputStream |
_out |
private BERSequenceGenerator |
_sGen |
| Constructor and Description |
|---|
CmsCompressedOutputStream(java.util.zip.DeflaterOutputStream out,
BERSequenceGenerator sGen,
BERSequenceGenerator cGen,
BERSequenceGenerator eiGen) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
private java.util.zip.DeflaterOutputStream _out
private BERSequenceGenerator _sGen
private BERSequenceGenerator _cGen
private BERSequenceGenerator _eiGen
CmsCompressedOutputStream(java.util.zip.DeflaterOutputStream out,
BERSequenceGenerator sGen,
BERSequenceGenerator cGen,
BERSequenceGenerator eiGen)
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] bytes,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] bytes)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.