Package org.stellar.sdk.xdr
Class BucketMetadata
java.lang.Object
org.stellar.sdk.xdr.BucketMetadata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BucketMetadatadecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, BucketMetadata encodedBucketMetadata) booleanstatic BucketMetadatafromXdrBase64(String xdr) static BucketMetadatafromXdrByteArray(byte[] xdr) getExt()inthashCode()voidvoidsetLedgerVersion(Uint32 value) byte[]
-
Constructor Details
-
BucketMetadata
public BucketMetadata()
-
-
Method Details
-
getLedgerVersion
-
setLedgerVersion
-
getExt
-
setExt
-
encode
public static void encode(XdrDataOutputStream stream, BucketMetadata encodedBucketMetadata) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-