Package com.morpheusdata.core.util.image
Class StreamingQcow2Writer
java.lang.Object
com.morpheusdata.core.util.image.StreamingQcow2Writer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
StreamingQcow2Writer.Range<T extends Comparable<? super T>>
-
Constructor Summary
ConstructorDescriptionStreamingQcow2Writer
(long inputSize, Iterator<StreamingQcow2Writer.Range<Long>> ranges) -
Method Summary
Modifier and TypeMethodDescriptionvoid
copyData
(RandomAccessFile reader, OutputStream writer) long
fileSize()
long
void
writeHeader
(OutputStream outputStream)
-
Constructor Details
-
StreamingQcow2Writer
-
-
Method Details
-
fileSize
public long fileSize() -
totalGuestClusters
public long totalGuestClusters() -
writeHeader
- Throws:
IOException
-
copyData
- Throws:
IOException
-