public class ClosingInputRepresentation
extends org.restlet.resource.InputRepresentation
Constructor and Description |
---|
ClosingInputRepresentation(InputStream inputStream,
org.restlet.data.MediaType mediaType) |
ClosingInputRepresentation(InputStream inputStream,
org.restlet.data.MediaType mediaType,
long expectedSize) |
Modifier and Type | Method and Description |
---|---|
void |
write(OutputStream outputStream) |
isAvailable, isTransient, setAvailable, setTransient
getCharacterSet, getEncodings, getExpirationDate, getIdentifier, getLanguages, getMediaType, getModificationDate, getSize, getTag, setCharacterSet, setExpirationDate, setIdentifier, setIdentifier, setMediaType, setModificationDate, setSize, setTag
public ClosingInputRepresentation(InputStream inputStream, org.restlet.data.MediaType mediaType)
public ClosingInputRepresentation(InputStream inputStream, org.restlet.data.MediaType mediaType, long expectedSize)
public void write(OutputStream outputStream) throws IOException
write
in class org.restlet.resource.InputRepresentation
IOException