com.myJava.file.multivolumes
Interface VolumeStrategy
- All Known Implementing Classes:
- ZipVolumeStrategy
public interface VolumeStrategy
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
getNextOutputStream
java.io.OutputStream getNextOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getNextInputStream
java.io.InputStream getNextInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getVolumesCount
int getVolumesCount()
getCurrentVolumeNumber
int getCurrentVolumeNumber()
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException