org.sblim.wbem.http.io

Class ChunkedInputStream


public class ChunkedInputStream
extends InputStream

ChunkedInputStream.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON 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 Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Constructor Summary

ChunkedInputStream(InputStream is)

Method Summary

int
available()
void
close()
HttpHeader
getTrailers()
int
read()
int
read(byte[] buf, int off, int len)
long
skip(long total)

Constructor Details

ChunkedInputStream

public ChunkedInputStream(InputStream is)

Method Details

available

public int available()
            throws IOException

close

public void close()
            throws IOException

getTrailers

public HttpHeader getTrailers()

read

public int read()
            throws IOException

read

public int read(byte[] buf,
                int off,
                int len)
            throws IOException

skip

public long skip(long total)
            throws IOException

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