stellar_flutter_sdk
stellar_flutter_sdk
DataOutput
writeChar method
writeChar
stellar_flutter_sdk
stellar_flutter_sdk
DataOutput
writeChar method
DataOutput class
Constructors
DataOutput
Properties
bytes
data
fileLength
hashCode
offset
runtimeType
Methods
noSuchMethod
pad
toString
write
writeBoolean
writeByte
writeChar
writeChars
writeDouble
writeFloat
writeInt
writeLong
writeShort
writeUTF
Operators
operator ==
writeChar
method
void
writeChar
(
int
v
,
[
Endian
endian
=
Endian.big
]
)
Implementation
void writeChar(int v, [Endian endian = Endian.big]) { writeShort(v, endian); }