Uses of Class
no.digipost.io.DataSize
-
Packages that use DataSize Package Description no.digipost no.digipost.io -
-
Uses of DataSize in no.digipost
Methods in no.digipost with parameters of type DataSize Modifier and Type Method Description static InputStreamDiggIO. limit(InputStream inputStream, DataSize maxDataToRead)Limit the number of bytes to be read from anInputStream.static InputStreamDiggIO. limit(InputStream inputStream, DataSize maxDataToRead, Supplier<? extends Exception> throwIfTooManyBytes)Limit the number of bytes to be read from anInputStream. -
Uses of DataSize in no.digipost.io
Fields in no.digipost.io declared as DataSize Modifier and Type Field Description static DataSizeDataSize. MAXstatic DataSizeDataSize. ZEROMethods in no.digipost.io that return DataSize Modifier and Type Method Description static DataSizeDataSize. bytes(long value)static DataSizeDataSize. GB(long value)static DataSizeDataSize. kB(long value)static DataSizeDataSize. MB(long value)DataSizeDataSize. minus(DataSize otherSize)static DataSizeDataSize. of(long value, DataSizeUnit unit)DataSizeDataSize. plus(DataSize otherSize)Methods in no.digipost.io with parameters of type DataSize Modifier and Type Method Description intDataSize. compareTo(DataSize other)booleanDataSize. isLessThan(DataSize otherSize)booleanDataSize. isMoreThan(DataSize otherSize)booleanDataSize. isSameOrLessThan(DataSize otherSize)booleanDataSize. isSameOrMoreThan(DataSize otherSize)DataSizeDataSize. minus(DataSize otherSize)DataSizeDataSize. plus(DataSize otherSize)Constructors in no.digipost.io with parameters of type DataSize Constructor Description LimitedInputStream(InputStream inputStream, DataSize maxDataToRead, Supplier<? extends Exception> throwIfTooManyBytes)
-