org.sblim.wbem.http.io
Class ChunkedOutputStream
OutputStream
org.sblim.wbem.http.io.ChunkedOutputStream
public class ChunkedOutputStream
extends OutputStream
ChunkedOutputStream.java
(C) Copyright IBM Corp. 2005, 2009
THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Eclipse Public License from
http://www.opensource.org/licenses/eclipse-1.0.php
ChunkedOutputStream
public ChunkedOutputStream(OutputStream os,
int buflen)
close
public void close()
throws IOException
flush
public void flush()
throws IOException
write
public void write(int i)
throws IOException
write
public void write(source[] ,
int offset,
int len)
throws IOException
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.