org.bouncycastle.cms

Class CMSTypedStream


public class CMSTypedStream
extends java.lang.Object

Constructor Summary

CMSTypedStream(InputStream in)
CMSTypedStream(String oid, InputStream in)
CMSTypedStream(String oid, InputStream in, int bufSize)

Method Summary

void
drain()
InputStream
getContentStream()
String
getContentType()

Constructor Details

CMSTypedStream

public CMSTypedStream(InputStream in)

CMSTypedStream

public CMSTypedStream(String oid,
                      InputStream in)

CMSTypedStream

public CMSTypedStream(String oid,
                      InputStream in,
                      int bufSize)

Method Details

drain

public void drain()
            throws IOException

getContentStream

public InputStream getContentStream()

getContentType

public String getContentType()