public class StringInStorageBuffer extends Object implements IBinarySerializable, com.aspose.ms.System.IEquatable<StringInStorageBuffer>
It is a variable-endIndex Unicode string.
Constructor and Description |
---|
StringInStorageBuffer(long cch,
String data)
Initializes a new instance of the
StringInStorageBuffer class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(StringInStorageBuffer other)
The equals.
|
long |
getCch()
Gets an unsigned integer that specifies the number of characters in the string.
|
String |
getData()
Gets the data.
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
String |
toString()
The to string.
|
public StringInStorageBuffer(long cch, String data)
Initializes a new instance of the StringInStorageBuffer
class.
public long getCch()
Gets an unsigned integer that specifies the number of characters in the string.
public String getData()
Gets the data.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
T:byte[]
.com.aspose.ms.System.InvalidOperationException
public boolean equals(StringInStorageBuffer other)
The equals.
other
- The other.bool
.Copyright (c) 2017 Aspose. All Rights Reserved.