|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectokapi.util.OkapiStoreDataSource
public class OkapiStoreDataSource
Class OkapiStoreDataSource
Constructor Summary | |
---|---|
OkapiStoreDataSource(OkapiStore store)
Constructor OkapiStoreDataSource |
Method Summary | |
---|---|
java.lang.String |
getContentType()
Method getContentType This method returns the MIME type of the data in the form of a string. |
java.io.InputStream |
getInputStream()
Method getInputStream This method returns an InputStream representing the the data and throws the appropriate exception if it can not do so. |
java.lang.String |
getName()
Method getName Return the name of this object where the name of the object is dependant on the nature of the underlying objects. |
java.io.OutputStream |
getOutputStream()
Method getOutputStream This method returns an OutputStream where the data can be written and throws the appropriate exception if it can not do so. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OkapiStoreDataSource(OkapiStore store) throws java.io.FileNotFoundException
store
-
java.io.FileNotFoundException
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface javax.activation.DataSource
java.io.IOException
DataSource.getInputStream()
public java.io.OutputStream getOutputStream() throws java.io.IOException
getOutputStream
in interface javax.activation.DataSource
java.io.IOException
DataSource.getOutputStream()
public java.lang.String getContentType()
getContentType
in interface javax.activation.DataSource
DataSource.getContentType()
public java.lang.String getName()
getName
in interface javax.activation.DataSource
DataSource.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |