org.apache.maven.wagon.providers.webdav
Class PutInputStream
FileInputStream
org.apache.maven.wagon.providers.webdav.PutInputStream
public class PutInputStream
extends FileInputStream
Put Input Stream is borrowed from wagon-http, and is used to properly
notify the listeners of transfer events on a put request.
int | read()
|
int | read(buffer[] )
|
int | read(buffer[] , int offset, int length)
|
read
public int read()
throws IOException
read
public int read(buffer[] )
throws IOException
read
public int read(buffer[] ,
int offset,
int length)
throws IOException