javax > javax.crypto > javax.crypto.cipherinputstream >

Class: javax.crypto.CipherInputStream
    java.lang.Object
       java.io.InputStream
               java.io.FilterInputStream
                       javax.crypto.CipherInputStream


public class CipherInputStream extends FilterInputStream


FIELDS:

CONSTRUCTORS:
public CipherInputStream(InputStream is, Cipher c)

protected CipherInputStream(InputStream is)


METHODS:
public int available()
Throws: IOException
Overrides: FilterInputStream
Overrides: InputStream

public void close()
Throws: IOException
Overrides: FilterInputStream
Overrides: InputStream

public boolean markSupported()
Overrides: FilterInputStream
Overrides: InputStream

public int read()
Throws: IOException
Overrides: FilterInputStream
Overrides: InputStream

public int read(byte[] b)
Throws: IOException
Overrides: FilterInputStream
Overrides: InputStream

public int read(byte[] b, int off, int len)
Throws: IOException
Overrides: FilterInputStream
Overrides: InputStream

public long skip(long n)
Throws: IOException
Overrides: FilterInputStream
Overrides: InputStream


INHERITED METHODS:
read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net