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 InputStream

Input stream for reading base64-encoded data.


Constructor Summary
Base64InputStream(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(InputStream stream)
Method Detail

mark

public void mark(int readlimit)

markSupported

public boolean markSupported()

available

public int available()
              throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Throws:
IOException


Copyright © 2000-2007 yWorks GmbH. All rights reserved