eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'UnixFileDescriptorHandle':

Home

everywhere
www.exept.de
for:
[back]

Class: UnixFileDescriptorHandle


Inheritance:

   Object
   |
   +--ExternalAddress
      |
      +--OSHandle
         |
         +--OSFileHandle
            |
            +--UnixFileDescriptorHandle

Package:
stx:libbasic
Category:
OS-Unix
Version:
rev: 1.8 date: 2003/08/30 12:37:09
user: cg
file: UnixFileDescriptorHandle.st directory: libbasic
module: stx stc-classLibrary: libbasic

Instance protocol:

input/output
o  readBytes: count into: aByteBuffer startingAt: firstIndex
read count bytes into a byte-buffer;
Return the number of bytes read (negative on error)

o  writeBytes: count from: aByteBuffer startingAt: firstIndex
write count bytes from a byte-buffer;
Return the number of bytes written (negative on error)

private-accessing
o  setFileDescriptor: anInteger

release
o  closeFile
close the underlying file



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:46:37 GMT