org.outerj.daisy.publisher.clientimpl
Class BlobInfoImpl
java.lang.Object
org.outerj.daisy.publisher.clientimpl.BlobInfoImpl
- All Implemented Interfaces:
- org.outerj.daisy.publisher.BlobInfo
- public class BlobInfoImpl
- extends java.lang.Object
- implements org.outerj.daisy.publisher.BlobInfo
Constructor Summary |
BlobInfoImpl(org.apache.commons.httpclient.methods.GetMethod method)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobInfoImpl
public BlobInfoImpl(org.apache.commons.httpclient.methods.GetMethod method)
throws org.outerj.daisy.repository.RepositoryException
getLastModified
public java.util.Date getLastModified()
- Specified by:
getLastModified
in interface org.outerj.daisy.publisher.BlobInfo
getMimeType
public java.lang.String getMimeType()
- Specified by:
getMimeType
in interface org.outerj.daisy.publisher.BlobInfo
getSize
public long getSize()
- Specified by:
getSize
in interface org.outerj.daisy.publisher.BlobInfo
getInputStream
public java.io.InputStream getInputStream()
throws org.outerj.daisy.repository.RepositoryException,
java.io.IOException
- Specified by:
getInputStream
in interface org.outerj.daisy.publisher.BlobInfo
- Throws:
org.outerj.daisy.repository.RepositoryException
java.io.IOException
dispose
public void dispose()
- Specified by:
dispose
in interface org.outerj.daisy.publisher.BlobInfo
Copyright © -2005 . All Rights Reserved.