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

writeMap<K, V>(Map<K, V> map, void writeKey(K), void writeValue(V)) → void

Available on Writer, provided by the NoosphereWriter extension

writePrivKey(ECPrivateKey key) → 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

writeTime(DateTime time) → void

Available on Writer, provided by the NoosphereWriter extension

writeWritableVector(Iterable<Writable> li) → void

Available on Writer, provided by the NoosphereWriter extension