Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

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
 
Constructor Summary
Pop3InputStream(java.io.InputStream is)
           
 
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
 

Constructor Detail

Pop3InputStream

public Pop3InputStream(java.io.InputStream is)
Method Detail

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

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD