org.bouncycastle.cms

Class CMSTypedStream

public class CMSTypedStream extends Object

Constructor Summary
CMSTypedStream(InputStream in)
CMSTypedStream(String oid, InputStream in)
CMSTypedStream(String oid, InputStream in, int bufSize)
Method Summary
voiddrain()
InputStreamgetContentStream()
StringgetContentType()

Constructor Detail

CMSTypedStream

public CMSTypedStream(InputStream in)

CMSTypedStream

public CMSTypedStream(String oid, InputStream in)

CMSTypedStream

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

Method Detail

drain

public void drain()

getContentStream

public InputStream getContentStream()

getContentType

public String getContentType()