Java Runtime 3.0.1
Loading...
Searching...
No Matches
List of all members
alfa.rt.Compressed< T > Interface Template Reference
Inheritance diagram for alfa.rt.Compressed< T >:
alfa.rt.CustomEncodedType< T > alfa.rt.AlfaObject

Additional Inherited Members

- Public Member Functions inherited from alfa.rt.CustomEncodedType< T >
byte[] getEncodedBytes ()
 
getValue (IBuilderConfig builderConfig)
 
- Public Member Functions inherited from alfa.rt.AlfaObject
TypeDescriptor descriptor ()
 
Object get (String fieldName)
 
default void validate (alfa.rt.IBuilderConfig __builderConfig)
 

Detailed Description

Class representing an compressed< T > object. T can be any Alfa supported type which is compressed by the implementation in BuilderConfig. Only BuilderConfig.getRuntime() has the implementation to compress and uncompress.

Parameters
<T>The type of object being compressed.

The documentation for this interface was generated from the following file: