eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'UnprotectedExternalBytes':

Home

everywhere
www.exept.de
for:
[back]

Class: UnprotectedExternalBytes


Inheritance:

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

Package:
stx:libbasic
Category:
System-Support
Version:
rev: 1.1 date: 2002/04/09 15:23:15
user: stefan
file: UnprotectedExternalBytes.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Stefan Vogel

Description:


This is just a factory to generate ExternalBytes.
There are no instances of this class!

The difference to ExternalBytes is, that #new: returns unprotected ExternalBytes,
that are not protected from garbage collecteded. ExternalBytes allocated #with new:
are not garbage collected.


Related information:

    ExternalBytes

Class protocol:

instance creation
o  new
return ExternalBytes

o  new: size
return unprotected ExternalBytes



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