org.sblim.wbem.http.io
Class ChunkedOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.sblim.wbem.http.io.ChunkedOutputStream

public class ChunkedOutputStream
extends java.io.OutputStream


Constructor Summary
ChunkedOutputStream(java.io.OutputStream os, int buflen)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] source, int offset, int len)
           
 void write(int i)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkedOutputStream

public ChunkedOutputStream(java.io.OutputStream os,
                           int buflen)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] source,
                  int offset,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(int i)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.