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