Cargando…

Java I/O /

All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and ou...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Harold, Elliotte Rusty
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Farnham : O'Reilly, 2006.
Edición:2nd ed.
Colección:Java series.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm70161345
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 060622s2006 caua ob 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d OCLCQ  |d CUS  |d CUSER  |d CEF  |d OCLCQ  |d DEBSZ  |d VMI  |d OCLCQ  |d OCLCO  |d OCLCF  |d OCLCQ  |d COO  |d OCLCQ  |d UKAHL  |d RDF  |d WYU  |d CNCEN  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 70065415  |a 326774416  |a 759522107  |a 1044226544  |a 1056384146  |a 1100899825 
020 |a 9781449391546  |q (e-book) 
020 |a 1449391540  |q (e-book) 
020 |z 0596527500 
020 |z 9780596527501 
024 8 |a 0596527500 
029 1 |a AU@  |b 000062580485 
029 1 |a AU@  |b 000066231879 
029 1 |a DEBSZ  |b 35537210X 
029 1 |a HEBIS  |b 291444997 
035 |a (OCoLC)70161345  |z (OCoLC)70065415  |z (OCoLC)326774416  |z (OCoLC)759522107  |z (OCoLC)1044226544  |z (OCoLC)1056384146  |z (OCoLC)1100899825 
037 |a CL0500000004  |b Safari Books Online 
050 4 |a QA76.76.J38  |b H37 2006 
082 0 4 |a 005.133  |2 22 
049 |a UAMI 
100 1 |a Harold, Elliotte Rusty. 
245 1 0 |a Java I/O /  |c Elliotte Rusty Harold. 
250 |a 2nd ed. 
260 |a Farnham :  |b O'Reilly,  |c 2006. 
300 |a 1 online resource (726 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a The Java series 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
505 0 |a Table of Contents; Preface; What's New in This Edition; Organization of the Book; Part I: Basic I/O; Part II: Data Sources; Part III: Filter Streams; Part IV: New I/O; Part V: The File System; Part VI: Text; Part VII: Devices; Who You Are; About the Examples; Conventions Used in This Book; Request for Comments; Safari Enabled; Acknowledgments; Part I; Introducing I/O; What Is a Stream?; Where Do Streams Come From?; The Stream Classes; Numeric Data; Integer Data; Conversions and Casts; Character Data; ASCII; Latin-1; Unicode; Other Encodings; The char Data Type; Readers and Writers 
505 8 |a Buffers and ChannelsThe Ubiquitous IOException; The Console: System.out, System.in, and System.err; System.out; System.err; System.in; Redirecting System.out, System.in, and System.err; The Console Class // Java 6; Security Checks on I/O; Output Streams; Writing Bytes to Output Streams; Writing Arrays of Bytes; Closing Output Streams; The Closeable Interface; Flushing Output Streams; The Flushable Interface; Subclassing OutputStream; A Graphical User Interface for Output Streams; Input Streams; The read() Method; Reading Chunks of Data from a Stream; Counting the Available Bytes 
505 8 |a Skipping BytesClosing Input Streams; Marking and Resetting; Subclassing InputStream; An Efficient Stream Copier; Part II; File Streams; Reading Files; Writing Files; File Viewer, Part 1; Network Streams; URLs; URL Connections; Reading Data from URL Connections; Writing Data on URL Connections; Sockets; Server Sockets; URLViewer; Part III; Filter Streams; The Filter Stream Classes; The Filter Stream Subclasses; Buffered Streams; BufferedInputStream Details; BufferedOutputStream Details; PushbackInputStream; ProgressMonitorInputStream; Multitarget Output Streams; File Viewer, Part 2 
505 8 |a Print StreamsPrint Versus Write; Line Breaks; Error Handling; printf(); Formatter; Constructors; Character Sets; Locales; Error Handling; Format Specifiers; Integer conversions; Floating-point conversions; Date and time conversions; Character conversions; Boolean conversions; General conversions; Format Modifiers; Argument index; Flags; Width; Precision; Formattable; Data Streams; The Data Stream Classes; The DataInput and DataOutput Interfaces; Constructors; Integers; Integer Formats; The Char Format; Writing Integers; Reading Integers; Floating-Point Numbers; Writing Floating-Point Numbers 
505 8 |a Reading Floating-Point NumbersBooleans; Byte Arrays; Determining the Number of Bytes Written; Skipping Bytes; Strings and chars; Writing Text; Reading Text; The Deprecated readLine() Method; Little-Endian Numbers; Thread Safety; File Viewer, Part 3; Streams in Memory; Sequence Input Streams; Byte Array Streams; Byte Array Input Streams; Byte Array Output Streams; Communicating Between Threads Using Piped Streams; Compressing Streams; Inflaters and Deflaters; Deflating Data; Constructing deflaters; Choose a strategy; Set the compression level; Set the dictionary; Set the input 
520 |a All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing textual (character) data. You're almost certainly familiar with the basic kinds of streams--but did you know that there's a CipherInputStream for reading encrypted data? And a ZipOutputStream for a. 
542 |f Copyright © O'Reilly Media, Incorporated  |g 2006 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Java (Computer program language) 
650 0 |a Computer input-output equipment. 
650 6 |a Java (Langage de programmation) 
650 6 |a Ordinateurs  |x Équipement d'entrée-sortie. 
650 7 |a Java (Computer program language)  |2 blmlsh 
650 7 |a Computer input-output equipment.  |2 blmlsh 
650 7 |a Computer input-output equipment  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Harold, Elliotte Rusty.  |t Java I/O.  |b 2nd ed.  |d Farnham : O'Reilly, 2006  |z 0596527500  |w (OCoLC)63186240 
830 0 |a Java series. 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596527500/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26847871 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26847892 
994 |a 92  |b IZTAP