|
AntXtras/Svn4Ant-1.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.idaremedia.svn4ant.admin.transfer.FromFileConnection
Pipes contents of a file to an svnadmin load command.
SvnAdminLoadTask| Constructor Summary | |
FromFileConnection(File f)
Initializes a new file to subversion pipe. |
|
| Method Summary | |
void |
close()
Closes the input file reader. |
int |
read(byte[] data)
Returns the next set of data from the input file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FromFileConnection(File f)
throws IOException
f - the source of dumped information (non-null, readable)
IOException - if unable to open a inputstream to file.| Method Detail |
public int read(byte[] data)
throws IOException
read in interface org.tigris.subversion.javahl.InputInterfacedata - the buffer to fill in (non-null)
IOException - if unable to read data for any reason.
public void close()
throws IOException
close in interface org.tigris.subversion.javahl.InputInterfaceIOException - if unable to close file for any reason.
|
AntXtras/Svn4Ant-1.1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||