com.sun.xml.ws.security.opt.impl.util
Class DecryptedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by com.sun.xml.ws.security.opt.impl.util.DecryptedInputStream
All Implemented Interfaces:
Closeable

public class DecryptedInputStream
extends FilterInputStream

Author:
Ashutosh.Shahi@sun.com

Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
DecryptedInputStream(InputStream is, HashMap<String,String> parentNS)
          Creates a new instance of DecryptedInputStream
 
Method Summary
 void close()
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited from class java.io.FilterInputStream
available, mark
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptedInputStream

public DecryptedInputStream(InputStream is,
                            HashMap<String,String> parentNS)
Creates a new instance of DecryptedInputStream

Method Detail

read

public int read()
         throws IOException
Overrides:
read in class FilterInputStream
Throws:
IOException

read

public int read(byte[] b)
         throws IOException
Overrides:
read in class FilterInputStream
Throws:
IOException

read

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

skip

public long skip(long n)
          throws IOException
Overrides:
skip in class FilterInputStream
Throws:
IOException

markSupported

public boolean markSupported()
Overrides:
markSupported in class FilterInputStream

reset

public void reset()
           throws IOException
Overrides:
reset in class FilterInputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class FilterInputStream
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.