org.apache.axis.transport.http

Class ChunkedOutputStream


public class ChunkedOutputStream
extends FilterOutputStream

Author:
Rick Rineholt

Constructor Summary

ChunkedOutputStream(OutputStream os)

Method Summary

void
close()
void
eos()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int b)

Constructor Details

ChunkedOutputStream

public ChunkedOutputStream(OutputStream os)

Method Details

close

public void close()
            throws IOException

eos

public void eos()
            throws IOException

write

public void write(byte[] b)
            throws IOException

write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException

write

public void write(int b)
            throws IOException

Copyright © 2005 Apache Web Services Project. All Rights Reserved.