Parent

Files

Class Index [+]

Quicksearch

Thrift::BaseTransport

Public Instance Methods

<<(buf) click to toggle source
Alias for: write
close() click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 42
42:     def close; end
flush() click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 62
62:     def flush; end
open() click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 40
40:     def open; end
open?() click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 38
38:     def open?; end
read(sz) click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 44
44:     def read(sz)
45:       raise NotImplementedError
46:     end
read_all(size) click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 48
48:     def read_all(size)
49:       buf = ''
50:     
51:       while (buf.length < size)
52:         chunk = read(size - buf.length)
53:         buf << chunk
54:       end
55:     
56:       buf
57:     end
write(buf) click to toggle source
    # File /tmp/buildd/evernote-mode-0.10/ruby/lib/thrift/transport/base_transport.rb, line 59
59:     def write(buf); end
Also aliased as: <<

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.