Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Overview

The Input Buffer class is provided to allow values to be read from a buffer. Normally, a buffer will have data inserted into it using methods from the outputbuffer class. Then, the outputbuffer class containing the data is passed as a parameter to the inputbuffer's _initBuffer method. The _initBuffer method copies the data from the outputbuffer's buffer into the inputbuffer's buffer so the data can be read.

Ancestors:
Object Class
Buffer Class

Class:
sashelp.classes.Inputbuffer.class


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.