Class InputOutputByteStream.ReshapeStrategy
- java.lang.Object
-
- org.linuxforhealth.fhir.persistence.util.InputOutputByteStream.ReshapeStrategy
-
- Enclosing class:
- InputOutputByteStream
public static class InputOutputByteStream.ReshapeStrategy extends java.lang.Object
Strategy for how we resize the buffer.
-
-
Constructor Summary
Constructors Constructor Description ReshapeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
newSize(int currentSize, int desiredSize)
-