Searched refs:getLastPosition (Results 1 – 6 of 6) sorted by relevance
55 public function getLastPosition(): ?int function in FreeDSx\\Socket\\Queue\\Message
62 $message = new Message($asn1, $this->encoder->getLastPosition());
131 $lastPos = (int)$message->getLastPosition();
61 public function getLastPosition() : ?int; function
256 public function getLastPosition() : ?int function in FreeDSx\\Asn1\\Encoder\\BerEncoder
24 * Added a 'getLastPosition' method for encoders. Returns the last position in the byte stream the d…