Location: Symbol Reference > Files > JwsclStreams.pas
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
JwsclStreams.pas

Project JEDI Windows Security Code Library (JWSCL) 

Contains stream classes using memory mapped files.

Add Security Features for Mapped Files. (Security Descriptor)

The Original Code is JwsclStreams.pas. 

The Initial Developer of the Original Code is Michael Morstein. Portions created by Michael Morstein are Copyright (C) Michael Morstein. All rights reserved.

Michael Morstein

 
Name 
Description 
 
Base class of every mapped stream. Inherits from Classes.TStream
Important
DO NOT CREATE OBJECT INSTANCES OF THIS CLASS! Use one of the other stream classes instead. 
 
This is a FileStream based on Memory Mapped Files 
 
This is a stream class for simple IPC via Mapped-Memory-Streams 
 
This is a stream class for general data handling 
Name 
Description 
This is constant CREATE_TEMPORARY. 
This is constant FILE_SHARE_NONE. 
This is constant FILE_SHARE_READWRITE. 
This is constant FILE_WRITE_DATA. 
This is constant fmCreateTemporary. 
License

The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ 

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. 

Alternatively, the contents of this file may be used under the terms of the GNU Lesser General Public License (the "LGPL License"), in which case the provisions of the LGPL License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the LGPL License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the LGPL License. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the LGPL License. 

For more information about the LGPL: http://www.gnu.org/copyleft/lesser.html

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!