Navigate to list of lectures -- Keyboard shortcut: 'u'  Previous lecture -- Keyboard shortcut: 'p'  Next lecture -- Keyboard shortcut: 'n'  Course home        Alphabetic index  Exit possible frame set        First slide  First annotated slide  Lecture notes - all slides and notes together  Textbook of this lecture      PDF print page        Help page about these notes
Lecture 10

LECTURE 10:
Input and Output Classes

Kurt Nørmark ©
Department of Computer Science, Aalborg University, Denmark

Title page            Abstract            References from this lecture            Exercises in this lecture            Source programs in this lecture            

A complete PDF version of the text book is now available. The PDF version is an almost complete subset of the HTML version (where only a few, long program listings have been removed). See here.

Page 1StreamsPage 21Members in class BinaryReader
Page 2The Stream ConceptPage 22The classes StringReader and StringWriter
Page 3The abstract class Stream in C#Page 23The Console class
Page 4The most important members in class StreamPage 24Members in the Console class
Page 5Subclasses of class StreamPage 25Directories and Files
Page 6Example: FilestreamsPage 26The File and FileInfo classes
Page 7The using control structurePage 27Members in class FileInfo
Page 8More FileStream ExamplesPage 28The Directory and DirectoryInfo classes
Page 9Readers and Writers in C#Page 29Members in class DirectoryInfo
Page 10The class EncodingPage 30Serialization
Page 11Sample use of class EncodingPage 31Serialization
Page 12The class TextWriterPage 32Examples of Serialization in C#
Page 13StreamWriter ExamplesPage 33Custom Serialization
Page 14Members in class StreamWriterPage 34Considerations about Serialization
Page 15The class TextReaderPage 35Serialization and Alternatives
Page 16StreamReader ExamplesPage 36Attributes
Page 17Members in class StreamReaderPage 37Patterns and Techniques
Page 18The class BinaryWriterPage 38The Decorator Pattern
Page 19BinaryWriter MembersPage 39The Decorator Pattern at Run Time
Page 20The class BinaryReaderPage 40The Decorator Pattern and Streams

LENO - LEcture NOtes with LAML technologyGenerated: Monday February 7, 2011, 12:19:26
Program Oriented Web Engineering - using LAML