|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.vfs.StreamSource
com.caucho.server.admin.GitJarStreamSource
public class GitJarStreamSource
Stream source for Hessian serialization of large data
Constructor Summary | |
---|---|
GitJarStreamSource(java.lang.String sha1,
GitCommitJar gitJar)
Create a new GitJarStreamSource for the named file |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Returns an input stream, freeing the results |
java.io.InputStream |
openInputStream()
Returns an input stream, without freeing the results |
Methods inherited from class com.caucho.vfs.StreamSource |
---|
close, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GitJarStreamSource(java.lang.String sha1, GitCommitJar gitJar)
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class StreamSource
java.io.IOException
public java.io.InputStream openInputStream() throws java.io.IOException
openInputStream
in class StreamSource
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |