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, skippublic AttachmentInputStream(String id, InputStream data, String contentType)
public AttachmentInputStream(String id, InputStream data, String contentType, long size)
Copyright © 2017. All rights reserved.