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.OutputStream
java.io.IOException
public void write(byte[] bytes, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.