mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
no message
This commit is contained in:
@@ -137,6 +137,10 @@ public final class ReadBuffer: MemoryBuffer {
|
||||
self.offset += length
|
||||
}
|
||||
|
||||
func skip(length: Int) {
|
||||
self.offset += length
|
||||
}
|
||||
|
||||
func reset() {
|
||||
self.offset = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user