barcode4j 2.1.0

org.krysalis.barcode4j.tools
Class Base64InputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.krysalis.barcode4j.tools.Base64InputStream
All Implemented Interfaces:
java.io.Closeable

public class Base64InputStream
extends java.io.InputStream

Base64-implementation as an InputStream reading Base64-encoded data from a Reader.


Constructor Summary
Base64InputStream(java.io.Reader source)
          Constructs a new instance.
 
Method Summary
 void close()
          
 int read()
          
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64InputStream

public Base64InputStream(java.io.Reader source)
Constructs a new instance.

Parameters:
source - the Reader to read the Base64-encoded data from
Method Detail

read

public int read()
         throws java.io.IOException

Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException

Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException

barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.