Module: IcePatch2::FileServerPrx_mixin

Included in:
FileServerPrx
Defined in:
lib/IcePatch2/FileServer.rb

Instance Method Summary collapse

Instance Method Details

#getChecksum(_ctx = nil) ⇒ Object



124
125
126
# File 'lib/IcePatch2/FileServer.rb', line 124

def getChecksum(_ctx=nil)
    FileServer_mixin::OP_getChecksum.invoke(self, [], _ctx)
end

#getChecksumSeq(_ctx = nil) ⇒ Object



120
121
122
# File 'lib/IcePatch2/FileServer.rb', line 120

def getChecksumSeq(_ctx=nil)
    FileServer_mixin::OP_getChecksumSeq.invoke(self, [], _ctx)
end

#getFileCompressed(path, pos, num, _ctx = nil) ⇒ Object



128
129
130
# File 'lib/IcePatch2/FileServer.rb', line 128

def getFileCompressed(path, pos, num, _ctx=nil)
    FileServer_mixin::OP_getFileCompressed.invoke(self, [path, pos, num], _ctx)
end

#getFileInfoSeq(partition, _ctx = nil) ⇒ Object



112
113
114
# File 'lib/IcePatch2/FileServer.rb', line 112

def getFileInfoSeq(partition, _ctx=nil)
    FileServer_mixin::OP_getFileInfoSeq.invoke(self, [partition], _ctx)
end

#getLargeFileCompressed(path, pos, num, _ctx = nil) ⇒ Object



132
133
134
# File 'lib/IcePatch2/FileServer.rb', line 132

def getLargeFileCompressed(path, pos, num, _ctx=nil)
    FileServer_mixin::OP_getLargeFileCompressed.invoke(self, [path, pos, num], _ctx)
end

#getLargeFileInfoSeq(partition, _ctx = nil) ⇒ Object



116
117
118
# File 'lib/IcePatch2/FileServer.rb', line 116

def getLargeFileInfoSeq(partition, _ctx=nil)
    FileServer_mixin::OP_getLargeFileInfoSeq.invoke(self, [partition], _ctx)
end