org.gloin.resource
Class URLInputStreamFactory.URLInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.gloin.resource.URLInputStreamFactory.URLInputStream
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
URLInputStreamFactory

public class URLInputStreamFactory.URLInputStream
extends java.io.InputStream
implements java.io.Serializable

InputStream which obtains resource bytes remote a remote byte store.

See Also:
Serialized Form

Constructor Summary
URLInputStreamFactory.URLInputStream()
           
URLInputStreamFactory.URLInputStream(java.net.URL url)
           
 
Method Summary
 int available()
           
 void close()
           
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 int read()
           
 java.lang.String toString()
          Return byte store and stream name as string representation.
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLInputStreamFactory.URLInputStream

public URLInputStreamFactory.URLInputStream()

URLInputStreamFactory.URLInputStream

public URLInputStreamFactory.URLInputStream(java.net.URL url)
Method Detail

read

public int read()
         throws java.io.IOException
Overrides:
read in class java.io.InputStream

available

public int available()
              throws java.io.IOException
Overrides:
available in class java.io.InputStream

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.io.InputStream

toString

public java.lang.String toString()
Return byte store and stream name as string representation.
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object