org.jruby.util
Class DataInputBridgeStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.jruby.util.DataInputBridgeStream
All Implemented Interfaces:
java.io.Closeable

public class DataInputBridgeStream
extends java.io.InputStream

Author:
enebo To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
DataInputBridgeStream(java.io.DataInput input)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, 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

DataInputBridgeStream

public DataInputBridgeStream(java.io.DataInput input)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException


Copyright © 2002-2007 JRuby Team. All Rights Reserved.