Module: packet/marker

packet/marker

new require("packet/marker")()

Source:
Source:

Methods

read(input, position, len) → {module:packet/encrypteddata}

Parsing function for a literal data packet (tag 10).
Parameters:
Name Type Description
input String Payload of a tag 10 packet
position Integer Position to start reading from the input string
len Integer Length of the packet or the remaining length of input at position
Source:
Returns:
Object representation
Type
module:packet/encrypteddata