use of hudson.CloseProofOutputStream in project hudson-2.x by hudson.
the class StreamTaskListener method writeObject.
private void writeObject(ObjectOutputStream out) throws IOException {
out.writeObject(new RemoteOutputStream(new CloseProofOutputStream(this.out)));
out.writeObject(charset == null ? null : charset.name());
}
Aggregations