|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.repository.stream.StreamRepository
public class StreamRepository
A repository that feeds a single source.
Constructor Summary | |
---|---|
StreamRepository(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
|
Method Summary | |
---|---|
WrappedInputStream |
getInputStream()
|
MimeRegistry |
getMimeRegistry()
|
WrappedOutputStream |
getOutputStream()
|
ContentLocation |
getRoot()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamRepository(java.io.InputStream inputStream, java.io.OutputStream outputStream)
Method Detail |
---|
public WrappedOutputStream getOutputStream()
public WrappedInputStream getInputStream()
public ContentLocation getRoot()
getRoot
in interface Repository
public MimeRegistry getMimeRegistry()
getMimeRegistry
in interface Repository
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |