Uses of Class
org.springframework.util.unit.DataSize
Packages that use DataSize
- 
Uses of DataSize in org.springframework.util.unitMethods in org.springframework.util.unit that return DataSizeModifier and TypeMethodDescriptionstatic DataSizestatic DataSizeDataSize.ofBytes(long bytes) Obtain aDataSizerepresenting the specified number of bytes.static DataSizeDataSize.ofGigabytes(long gigabytes) Obtain aDataSizerepresenting the specified number of gigabytes.static DataSizeDataSize.ofKilobytes(long kilobytes) Obtain aDataSizerepresenting the specified number of kilobytes.static DataSizeDataSize.ofMegabytes(long megabytes) Obtain aDataSizerepresenting the specified number of megabytes.static DataSizeDataSize.ofTerabytes(long terabytes) Obtain aDataSizerepresenting the specified number of terabytes.static DataSizeDataSize.parse(CharSequence text) static DataSizeDataSize.parse(CharSequence text, @Nullable DataUnit defaultUnit) Methods in org.springframework.util.unit with parameters of type DataSize