org.jruby.runtime.load
Class LoadServiceResourceInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by org.jruby.runtime.load.LoadServiceResourceInputStream
All Implemented Interfaces:
java.io.Closeable

public class LoadServiceResourceInputStream
extends java.io.ByteArrayInputStream

Author:
nicksieger

Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
LoadServiceResourceInputStream(byte[] bytes)
           
LoadServiceResourceInputStream(java.io.InputStream stream)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadServiceResourceInputStream

public LoadServiceResourceInputStream(byte[] bytes)

LoadServiceResourceInputStream

public LoadServiceResourceInputStream(java.io.InputStream stream)
                               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getBytes

public byte[] getBytes()


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