public interface BodyPartInterface
Modifier and Type | Method and Description |
---|---|
InputStream |
getBodyStream() |
long |
getByteCount() |
InputStream |
getCleartextBodyStream() |
InputStream |
getContentStream() |
String |
getContentType() |
String |
getEncoding() |
Dictionary |
getHeaderDictionary() |
InputStream |
getHeaderStream() |
long |
getLineCount() |
Vector |
getSubParts() |
InputStream getContentStream() throws IOException, IfsException
IOException
IfsException
InputStream getHeaderStream() throws IOException, IfsException
IOException
IfsException
InputStream getBodyStream() throws IOException, IfsException
IOException
IfsException
InputStream getCleartextBodyStream() throws IOException, IfsException
IOException
IfsException
long getByteCount()
long getLineCount()
String getContentType()
String getEncoding()
Vector getSubParts()
Dictionary getHeaderDictionary()
Copyright © 2023. All rights reserved.