Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
Java Nio
 
 

Java Nio [ペーパーバック]

Ron Hitchens
5つ星のうち 5.0  レビューをすべて見る (2件のカスタマーレビュー)
参考価格: ¥ 3,206
価格: ¥ 2,922 通常配送無料 詳細
OFF: ¥ 284 (9%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常1~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。

商品の説明

内容説明

Many serious Java programmers, especially enterprise Java programmers, consider the new I/O API--called NIO for New Input/Output--the most important feature in the 1.4 version of the Java 2 Standard Edition. The NIO package includes many things that have been missing from previous editions of Java that are critical to writing high-performance, large-scale applications: improvements in the areas of buffer management, scalable network and file I/O, character-set support, and regular expression matching. Most of all, it boosts performance and speed dramatically. Java NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. You?ll learn how to put these tools to work using examples of common, real-world I/O problems and see how the new features have a direct impact on responsiveness, scalability, and reliability. The book includes: * A rundown of the new features in NIO * Basic and advanced I/O Concepts * Binary I/O and the new buffer classes * Memory mapped files and file locking * Character I/O: encoding, decoding and transforming character data * Regular Expressions and the new java.util.regex package * Muliplexing with java.nio Because the NIO APIs supplement the I/O features of version 1.3, rather than replace them, you'll also learn when to use new APIs and when the older 1.3 I/O APIs are better suited to your particular application. Java NIO is for any Java programmer who is interested in learning how to boost I/O performance, but if you're developing applications where performance is critical, such as game computing or large-scale enterprise applications, you'll want to give this book a permanent spot on your bookshelf. With the NIO APIs, Java no longer takes a backseat to any language when it comes to performance. Java NIO will help you realize the benefits of these exciting new features.

Book Description

Many serious Java programmers, especially enterprise Java programmers, consider the new I/O API--called NIO for New Input/Output--the most important feature in the 1.4 version of the Java 2 Standard Edition. The NIO package includes many things that have been missing from previous editions of Java that are critical to writing high-performance, large-scale applications: improvements in the areas of buffer management, scalable network and file I/O, character-set support, and regular expression matching. Most of all, it boosts performance and speed dramatically.

Java NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. You?ll learn how to put these tools to work using examples of common, real-world I/O problems and see how the new features have a direct impact on responsiveness, scalability, and reliability. The book includes:

A rundown of the new features in NIO

Basic and advanced I/O Concepts

Binary I/O and the new buffer classes

Memory mapped files and file locking

Character I/O: encoding, decoding and transforming character data

Regular Expressions and the new java.util.regex package

Muliplexing with java.nio

Because the NIO APIs supplement the I/O features of version 1.3, rather than replace them, you'll also learn when to use new APIs and when the older 1.3 I/O APIs are better suited to your particular application.

Java NIO is for any Java programmer who is interested in learning how to boost I/O performance, but if you're developing applications where performance is critical, such as game computing or large-scale enterprise applications, you'll want to give this book a permanent spot on your bookshelf. With the NIO APIs, Java no longer takes a backseat to any language when it comes to performance. Java NIO will help you realize the benefits of these exciting new features.


登録情報

  • ペーパーバック: 312ページ
  • 出版社: Oreilly & Associates Inc; 0002版 (2002/8/15)
  • 言語 英語, 英語, 英語
  • ISBN-10: 0596002882
  • ISBN-13: 978-0596002886
  • 発売日: 2002/8/15
  • 商品の寸法: 23.5 x 17.8 x 1.7 cm
  • おすすめ度: 5つ星のうち 5.0  レビューをすべて見る (2件のカスタマーレビュー)
  • Amazon ベストセラー商品ランキング: 洋書 - 146,114位 (洋書のベストセラーを見る)
  •  カタログ情報、または画像について報告

  • 目次を見る

この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引 | 裏表紙
この本の中身を閲覧する:

この商品につけられているタグ

 (詳細)
タグをクリックすると、タグがつけられた商品、タグをつけた人が表示されます。※タグは初期設定で公開になっています。詳しくはこちら
 
(1)

 

 

カスタマーレビュー

2レビュー
星5つ:
 (2)
星4つ:    (0)
星3つ:    (0)
星2つ:    (0)
星1つ:    (0)
 
 
 
 
 
おすすめ度
5つ星のうち 5.0 (2件のカスタマーレビュー)
 
 
 
 
あなたの意見や感想を教えてください:
最も参考になったカスタマーレビュー

15 人中、12人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Java NIOを理解するにはこれ, 2003/9/30
By 
鈴木純一 (マサチューセッツ州ボストン) - レビューをすべて見る
(VINEメンバー)    (トップ500レビュアー)   
レビュー対象商品: Java Nio (ペーパーバック)
JSR(Java Specification Request)51を通してJ2SE 1.4に組み込まれた新しいAPI「Java NIO(New I/O)」を包括的に解説した本。NIOの中でも最も重要なポイントに絞って説明されており、比較的薄い本に仕上がっている(250ページ)。私にとって最も役立ったのはセレクタを説明している4章。非同期・多重化I/Oを使ってソケットにアクセスするプログラミングモデルを理解することができた。図表の示し方は分かりやすく、ソースコードの例も豊富。
レビューを評価してください 
このレビューは参考になりましたか? はい いいえ


5 人中、3人の方が、「このレビューが参考になった」と投票しています。
5つ星のうち 5.0 Javaで入出力のパフォーマンスを上げたいプログラマへ, 2002/12/1
By 
stakei (福島県) - レビューをすべて見る
(VINEメンバー)   
レビュー対象商品: Java Nio (ペーパーバック)
テーマとしては重要である。ただ動けばいいというプログラムではなく、パフォーマンスをいかに上げるかということに主点をおいて深く追求している。
I/O、つまり入出力だけだがプログラマならわかるはずだが、コンピュータは結局、入力と出力が勝負である。その改善のための手法が解説されている。

約280ページほどの本だがBufferについてだけで50ページも割いて解説されて図表も多く大変丁寧でわかりやすい。後半はサンプルコード主体となる。付録にはNIOとJNIなどをはじめ、Java.nioのレファレンスもありお勧めなな本である。

レビューを評価してください 
このレビューは参考になりましたか? はい いいえ

あなたの意見や感想を教えてください: 自分のレビューを作成する
 
 
この商品のカスタマーレビューだけを検索する



クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換