public class AttachmentInputStream extends FilterInputStream
in
Constructor and Description |
---|
AttachmentInputStream(String id,
InputStream data,
String contentType) |
AttachmentInputStream(String id,
InputStream data,
String contentType,
long size) |
Modifier and Type | Method and Description |
---|---|
long |
getContentLength() |
String |
getContentType() |
String |
getId() |
available, close, mark, markSupported, read, read, read, reset, skip
public AttachmentInputStream(String id, InputStream data, String contentType)
public AttachmentInputStream(String id, InputStream data, String contentType, long size)
Copyright © 2013. All Rights Reserved.