class

Fincher::IOScanner

Inherits Reference / Object

Constants

BUFFER_SIZE = 4096

Constructors

Instance methods

[](index)
Source
[]?(index)
Source
check(pattern)
Source
check_until(pattern)
Source
eos?
Source
gets_to_end
Source
inspect(stream : ::IO)

Appends a String representation of this object which includes its class name, its object address and the values of all instance variables.

class Person
  def initialize(@name : String, @age : Int32)
  end
end

Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>
Source
last_match
Source
offset
Source
offset=(position)
Source
peek(len)
Source
pos=(position)
Source
reset
Source
rest
Source
scan(pattern)
Source
scan_until(pattern)
Source
size
Source
skip(bytes_count : Int)
Source
skip(pattern : Regex)
Source
skip_until(pattern)
Source
stdin?
Source
string
Source
terminate
Source

Macros

method_missing(call)
Source