-
public final class WriteResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classWriteResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Longwrittenprivate final IntegerlastPageLength
-
Constructor Summary
Constructors Constructor Description WriteResult(Long written, Integer lastPageLength)
-
Method Summary
Modifier and Type Method Description final LonggetWritten()final IntegergetLastPageLength()-
-
Method Detail
-
getWritten
final Long getWritten()
-
getLastPageLength
final Integer getLastPageLength()
-
-
-
-