public class CMSTypedStream
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private class |
CMSTypedStream.FullReaderStream |
Modifier and Type | Field and Description |
---|---|
private int |
_bufSize |
private java.io.InputStream |
_in |
private java.lang.String |
_oid |
private static int |
BUF_SIZ |
Constructor and Description |
---|
CMSTypedStream(java.io.InputStream in) |
CMSTypedStream(java.lang.String oid,
java.io.InputStream in) |
CMSTypedStream(java.lang.String oid,
java.io.InputStream in,
int bufSize) |
Modifier and Type | Method and Description |
---|---|
void |
drain() |
java.io.InputStream |
getContentStream() |
java.lang.String |
getContentType() |
private static final int BUF_SIZ
private final java.lang.String _oid
private final java.io.InputStream _in
private final int _bufSize
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.