com.yworks.yfiles.server.graphml.support
Class Base64InputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bycom.yworks.yfiles.server.graphml.support.Base64InputStream

public class Base64InputStream
extends java.io.InputStream

Input stream for reading base64-encoded data.


Constructor Summary
Base64InputStream(java.io.InputStream stream)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
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.InputStream stream)
Method Detail

mark

public void mark(int readlimit)

markSupported

public boolean markSupported()

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2000-2013 yWorks GmbH. All rights reserved