Package org.apache.wicket.response
Class ByteArrayResponse
java.lang.Object
org.apache.wicket.request.Response
org.apache.wicket.response.ByteArrayResponse
Response used to capture output as a byte array
- Author:
- igor.vaynberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencodeURL
(CharSequence url) byte[]
getBytes()
void
reset()
void
write
(byte[] array) void
write
(byte[] array, int offset, int length) void
write
(CharSequence string) Methods inherited from class org.apache.wicket.request.Response
close, getOutputStream
-
Constructor Details
-
ByteArrayResponse
Constructor- Parameters:
original
-
-
ByteArrayResponse
public ByteArrayResponse()Constructor
-
-
Method Details