wicket.contrib.tinymce.image
Class FileResourceStream
java.lang.Object
org.apache.wicket.util.resource.AbstractResourceStream
wicket.contrib.tinymce.image.FileResourceStream
- All Implemented Interfaces:
- Closeable, Serializable, IClusterable, IResourceStream, IModifiable
public class FileResourceStream
- extends AbstractResourceStream
Resource stream for images.
- Author:
- Michal Letynski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileResourceStream
public FileResourceStream(String pContentType,
InputStream pInputStream)
getContentType
public String getContentType()
- Specified by:
getContentType in interface IResourceStream- Overrides:
getContentType in class AbstractResourceStream
getInputStream
public InputStream getInputStream()
throws ResourceStreamNotFoundException
-
- Throws:
ResourceStreamNotFoundException
close
public void close()
throws IOException
-
- Throws:
IOException
Copyright © 2004-2011. All Rights Reserved.