We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b146a38 commit 931e02eCopy full SHA for 931e02e
src/binary_parser.cr
@@ -64,15 +64,15 @@ class BinaryParser
64
65
# Support for `IO#read_bytes`
66
#
67
- # **NOTICE**: Currently not respect to `IO::ByteFormat`
+ # NOTE: Currently not respect to `IO::ByteFormat`
68
def self.from_io(io : IO, format : IO::ByteFormat)
69
ins = self.new
70
ins.load(io)
71
end
72
73
# Support for `IO#write_bytes`
74
75
76
def to_io(io : IO, format : IO::ByteFormat)
77
write(io)
78
0 commit comments