You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
NIO2のFileSystemを使ってメモリ上にFileSystemを作るJimfsの紹介。 通常のファイルシステムとは別にファイルシステムを持てる。ただNIO2で全部処理しなくてはならないようでPath#toFileなんかを使うと例外を飛ばしてくる。一時ファイルを使ってごちゃごちゃやるような処理に使えば使用後にまとめてゴミ捨てできるので便利かなあとも思ったが使い勝手はどうなんだろう。 package example.misc; import com.google.common.jimfs.Configuration; import com.google.common.jimfs.Jimfs; import java.nio.charset.StandardCharsets; import java.nio.file.FileSystem; import java.nio.file.Fil
The Java NIO Files class (java.nio.file.Files) provides several methods for manipulating files in the file system. This Java NIO Files tutorial will cover the most commonly used of these methods. The Files class contains many methods, so check the JavaDoc too, if you need a method that is not described here. The Files class just might have a method for it still. The java.nio.file.Files class works
Nettyと言えばJavaのノンブロッキングIOのAPIであるNIOをラップしたフレームワークとして、TwitterのFinagleなどで分散ネットワークアプリケーションシステムで使わていて高速で実績のあるライブラリとして有名ですが、ノンブロッキングIOでイベント駆動のサーバークライアントのネットワークアプリケーションを知るのに非常に良い題材ですので、素人翻訳ですがその日本語訳を公開することにしました。 ちなみにNettyがどれぐらいパフォーマンスに優れているのかというと、Herokuの仮想インスタンスを利用した実験の結果が参考になります。Scala(Finagle)がNettyの実装を利用したものになりますが、秒間6000リクエスト時の1dyno(APサーバー)の応答が秒間4000レスポンスで、C(Accept)、Java(Jetty)、Java(Tomcat)、Js(Node)、Pyt
Java nio の API を見ていくシリーズ(目次)。 前回から結構時間が空いてしまいましたが、java.nio.file パッケージのクラスを見ていきま〜す。 今回はファイル、ディレクトリの操作です。 ファイルをコピーとか移動とかします。 以降の記事では「ファイル」と書いてファイルとディレクトリの両方を指している場合があります。 文脈で分かるかと思いますが。 ファイルの存在と削除 LinkOption 定数 ファイルのコピーと移動 CopyOption シンボリック・リンクを読み込む ファイルの存在と削除まずはファイルの存在を確認するメソッドと、ファイルを削除するメソッド。 メソッド 返り値 説明 exists(Path, LinkOption...) notExists(Path, LinkOption...) boolean ファイル、ディレクトリが存在するかどうかを確認する d
When studying both the Java NIO and IO API's, a question quickly pops into mind: When should I use IO and when should I use NIO? In this text I will try to shed some light on the differences between Java NIO and IO, their use cases, and how they affect the design of your code. Main Differences Betwen Java NIO and IO The table below summarizes the main differences between Java NIO and IO. I will ge
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く