Automatic generation produced by ISE Eiffel
note description: "Serialize/Deserialize data from memory." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2013-03-27 11:04:40 -0700 (Wed, 27 Mar 2013) $" revision: "$Revision: 92366 $" class interface SED_MEMORY_READER_WRITER create make, make_with_buffer feature -- Access data: MANAGED_POINTER -- Copy of buffer containing ONLY the serialized/deserialized data. ensure data_not_void: Result /= Void valid_data_size: Result.count = count note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2013, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class SED_MEMORY_READER_WRITER -- Generated by ISE Eiffel --
For more details: www.eiffel.com