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-External Memory
Version:
rev: 1.4 date: 2021/03/08 09:05:57
user: cg
file: UnprotectedExternalBytes.st directory: libbasic
module: stx stc-classLibrary: libbasic

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.

copyright

COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

instance creation
o  new
return ExternalBytes

o  new: size
return unprotected ExternalBytes



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:45:01 GMT