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