org.onemind.swingweb.resource
Class BufferedByteResource
java.lang.Object
org.onemind.swingweb.resource.AbstractResource
org.onemind.swingweb.resource.BufferedByteResource
- All Implemented Interfaces:
- Resource
- public class BufferedByteResource
- extends AbstractResource
Resource of buffered byte
- Author:
- TiongHiang Lee (thlee@onemindsoft.org)
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
BufferedByteResource
public BufferedByteResource(java.lang.String id,
java.lang.String type,
byte[] bytes)
getObject
public java.lang.Object getObject()
- {@inheritDoc}
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Get the url
- Returns:
- the url
- Throws:
java.io.IOException
Copyright © 2004-2007 . All Rights Reserved.