eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MappedExternalBytes':

Home

everywhere
www.exept.de
for:
[back]

Class: MappedExternalBytes


Inheritance:

   Object
   |
   +--Collection
      |
      +--SequenceableCollection
         |
         +--ArrayedCollection
            |
            +--UninterpretedBytes
               |
               +--ExternalBytes
                  |
                  +--MappedExternalBytes

Package:
stx:libbasic
Category:
System-Support
Version:
rev: ? date: ? ?
user: ?
file: ? directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


Much like externalBytes - however, instances of MappedExternalBytes are created
by mapping virtual memory (i.e. mmap).
For now, this class provides only the minimum required protocol to support
the VideoForLinux API for video grabbing.
(actually, all that is found here is a redefined finalization method, as my instances
must be freed by unmapping the underlying memory, as opposed to instances of my superclass,
which must be freed w.r.t. malloc).

More will (might be required) be added in the future.



ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 20:00:51 GMT