|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
wt.fv.master.RemoteUploadInputStream
Nested Class Summary | |
private class |
RemoteUploadInputStream.ReplicaUploadSaver
|
Field Summary | |
(package private) InputStream |
input
|
(package private) MasteredOnReplicaItem |
item
|
(package private) PipedOutputStream |
pout
|
(package private) boolean |
saveErrorOccured
|
Fields inherited from class java.io.InputStream |
|
Constructor Summary | |
RemoteUploadInputStream(InputStream in,
MasteredOnReplicaItem item)
|
Method Summary | |
int |
available()
|
private void |
initPipe()
|
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
void |
writeToPipe(byte[] inb,
int off,
int len)
|
void |
writeToPipe(int val)
|
Methods inherited from class java.io.InputStream |
close, mark, markSupported, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
MasteredOnReplicaItem item
InputStream input
PipedOutputStream pout
boolean saveErrorOccured
Constructor Detail |
public RemoteUploadInputStream(InputStream in, MasteredOnReplicaItem item)
Method Detail |
public int available() throws IOException
IOException
public int read() throws IOException
IOException
public int read(byte[] b) throws IOException
IOException
public int read(byte[] b, int off, int len) throws IOException
IOException
private void initPipe()
public void writeToPipe(int val)
public void writeToPipe(byte[] inb, int off, int len)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |