Class injektilo.net.Pop3InputStream
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FilterInputStream
|
+--injektilo.net.Pop3InputStream
- public class Pop3InputStream
- extends java.io.FilterInputStream
Utility class used to retrieve messages using the Pop3Connection
class.
Copyright (c) 1998 Jason Diamond
sendangels@usa.net
http://www.geocities.com/ResearchTriangle/Thinktank/8343/
Fields inherited from class java.io.FilterInputStream |
in |
Method Summary
|
int
|
read()
|
int
|
read(byte[] buf,
int off,
int len)
|
Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Pop3InputStream
public Pop3InputStream(java.io.InputStream is)
read
public int read()
throws java.io.IOException
- Overrides:
- read in class java.io.FilterInputStream
read
public int read(byte[] buf,
int off,
int len)
throws java.io.IOException
- Overrides:
- read in class java.io.FilterInputStream