eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'UnprotectedExternalBytes':

Home

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

Class: UnprotectedExternalBytes


Inheritance:

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

Package:
stx:libbasic
Category:
System-Support
Version:
rev: 1.2 date: 2014/02/05 17:18:22
user: cg
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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 16:06:53 GMT