Skip navigation links

Package org.klomp.snark.bencode

Bencode parsing and serialization for BitTorrent protocol.

See: Description

Package org.klomp.snark.bencode Description

Bencode parsing and serialization for BitTorrent protocol.

This package implements the Bencode format used by the BitTorrent protocol for encoding data structures. Bencode is a simple, efficient binary format that supports integers, strings, lists, and dictionaries.

Features include:

Skip navigation links