public class ReceivedHeaderStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
ReceivedHeaderStream(java.io.InputStream in,
java.lang.String heloHost,
java.net.InetAddress host,
java.lang.String whoami,
java.lang.String softwareName,
java.lang.String id,
java.lang.String singleRecipient) |
public ReceivedHeaderStream(java.io.InputStream in,
java.lang.String heloHost,
java.net.InetAddress host,
java.lang.String whoami,
java.lang.String softwareName,
java.lang.String id,
java.lang.String singleRecipient)
softwareName - A software name and version, or null if this information
should not be printedsingleRecipient - The single recipient of the message. If there are more than
one recipients then this must be null.public int available()
throws java.io.IOException
available in class java.io.FilterInputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOExceptionpublic void mark(int readlimit)
mark in class java.io.FilterInputStreampublic boolean markSupported()
markSupported in class java.io.FilterInputStreampublic int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic void reset()
throws java.io.IOException
reset in class java.io.FilterInputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.FilterInputStreamjava.io.IOExceptionCopyright © 2006-2013. All Rights Reserved.