org.apache.maven.wagon.providers.http

Class PutInputStream


public class PutInputStream
extends FileInputStream

Version:
$Id: PutInputStream.java 162476 2005-04-19 02:49:45Z brett $
Author:
Michal Maczka

Constructor Summary

PutInputStream(File file, Resource resource, Wagon wagon, TransferEventSupport eventSupport)

Method Summary

int
read()
int
read(b[] )
int
read(b[] , int off, int len)

Constructor Details

PutInputStream

public PutInputStream(File file,
                      Resource resource,
                      Wagon wagon,
                      TransferEventSupport eventSupport)
            throws FileNotFoundException

Method Details

read

public int read()
            throws IOException

read

public int read(b[] )
            throws IOException

read

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