menu
ipfs_libp2p package
documentation
p2p/protocol/circuitv2/util/prepended_stream.dart
PrependedStream
PrependedStream.new constructor
PrependedStream.new constructor
dark_mode
light_mode
PrependedStream
constructor
PrependedStream
(
P2PStream
_underlying
,
Uint8List
_prependedData
)
Implementation
PrependedStream(this._underlying, this._prependedData);
ipfs_libp2p package
documentation
p2p/protocol/circuitv2/util/prepended_stream
PrependedStream
PrependedStream.new constructor
PrependedStream class