|
Smalltalk/X WebserverDocumentation of class 'MappedExternalBytes': |
|
|
Class: MappedExternalBytesInheritance:Object | +--Collection | +--SequenceableCollection | +--ArrayedCollection | +--UninterpretedBytes | +--ExternalBytes | +--MappedExternalBytes
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
|