}
pushStack = true;
setupContextStack();
StreamStorable ss = (StreamStorable)param;
InputStream stream = ss.returnStream();
if (stream == null) {
stream = new ByteArrayInputStream(param.getBytes());
} else {
stream = new BinaryToRawStream(stream, param);
}