NoosphereWriter extension

on
  • Writer

Methods

writeBool(bool b) → void

Available on Writer, provided by the NoosphereWriter extension

writeDuration(Duration duration) → void

Available on Writer, provided by the NoosphereWriter extension

writeIdentifier(Identifier id) → void

Available on Writer, provided by the NoosphereWriter extension

writeIdentifierVector(Iterable<Identifier> ids) → void

Available on Writer, provided by the NoosphereWriter extension

writePubKey(ECCompressedPublicKey key) → void

Available on Writer, provided by the NoosphereWriter extension

writeSignature(SchnorrSignature sig) → void

Available on Writer, provided by the NoosphereWriter extension

writeSignatureVector(Iterable<SchnorrSignature> sigs) → void

Available on Writer, provided by the NoosphereWriter extension

writeString(String str) → void

Available on Writer, provided by the NoosphereWriter extension

writeWritableVector(Iterable<Writable> li) → void

Available on Writer, provided by the NoosphereWriter extension