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

java.lang.Object
  extended by java.io.OutputStream
      extended by com.sun.xml.ws.security.opt.impl.util.Base64OutputStream
All Implemented Interfaces:
Closeable, Flushable

public class Base64OutputStream
extends OutputStream

Author:
K.Venugopal@sun.com

Constructor Summary
Base64OutputStream(OutputStream os)
          Creates a new instance of Base64OutputStream
 
Method Summary
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64OutputStream

public Base64OutputStream(OutputStream os)
Creates a new instance of Base64OutputStream

Method Detail

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] b)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException


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