eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'UnixFileDescriptorHandle':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: UnixFileDescriptorHandle


Inheritance:

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

Package:
stx:libbasic
Category:
OS-Unix
Version:
rev: 1.12 date: 2014/02/12 14:38:07
user: stefan
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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 00:29:16 GMT