public class InternetHeadersInputStream extends InputStream
InputStream over an InternetHeaders instance. When
the end of InternetHeaders are reached a LINE_SEPERATOR is
append| Constructor and Description |
|---|
InternetHeadersInputStream(Enumeration<String> headerLines) |
InternetHeadersInputStream(javax.mail.internet.InternetHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic InternetHeadersInputStream(javax.mail.internet.InternetHeaders headers)
public InternetHeadersInputStream(Enumeration<String> headerLines)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.