{"id":9544,"date":"2024-08-27T11:10:36","date_gmt":"2024-08-27T02:10:36","guid":{"rendered":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/?p=9544"},"modified":"2024-08-27T11:10:36","modified_gmt":"2024-08-27T02:10:36","slug":"java-file-stream-%e3%81%a8-filechannel-%e3%81%ae%e9%80%9f%e5%ba%a6%e6%af%94%e8%bc%83","status":"publish","type":"post","link":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544","title":{"rendered":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03"},"content":{"rendered":"<div class=\"veu_autoEyeCatchBox\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"481\" src=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" srcset=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg 640w, https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s-300x225.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/div>\n<p>\u3053\u3093\u306b\u3061\u308f\u3001\u732b\u597d\u304d\u30ea\u30fc\u30de\u30f3\u306e\u307b\u3052PG\u3067\u3059\u3002<br \/>\n\u4eca\u66f4\u306a\u304c\u3089<strong>FileChannel<\/strong>\u304c\u3069\u308c\u304f\u3089\u3044\u306e\u3082\u306e\u304b\u5206\u304b\u3089\u306a\u304b\u3063\u305f\u306e\u3067\u8abf\u3079\u3066\u307f\u307e\u3057\u305f\u3002<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-9549\" src=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s-300x225.jpg 300w, https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg 640w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h2>\u25c7\u305d\u308c\u305e\u308c\u306e\u7279\u5fb4<\/h2>\n<p>Java\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c\u306b\u4f7f\u7528\u3067\u304d\u308b\u3055\u307e\u3056\u307e\u306a\u30af\u30e9\u30b9\u3068API\u304c\u3042\u308a\u307e\u3059\u3002\u305d\u306e\u4e2d\u3067\u3082\u3001FileStream\u3068FileChannel\u306f\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u66f8\u304d\u306b\u4f7f\u7528\u3055\u308c\u308b\u4e3b\u8981\u306a\u30af\u30e9\u30b9\u3067\u3059\u3002<\/p>\n<h4>FileInputStream\/FileOutputStream (\u30d5\u30a1\u30a4\u30eb\u30b9\u30c8\u30ea\u30fc\u30e0):<\/h4>\n<p>FileInputStream\u3068FileOutputStream\u306f\u3001\u30d0\u30a4\u30c8\u5358\u4f4d\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u66f8\u304d\u3059\u308b\u305f\u3081\u306e\u30b9\u30c8\u30ea\u30fc\u30e0\u30af\u30e9\u30b9\u3067\u3059\u3002\u3053\u308c\u3089\u306e\u30af\u30e9\u30b9\u306f\u3001\u30b7\u30f3\u30d7\u30eb\u3067\u76f4\u611f\u7684\u306a\u65b9\u6cd5\u3067\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u3059\u3002\u8aad\u307f\u8fbc\u3093\u3060\u308a\u66f8\u304d\u8fbc\u3093\u3060\u308a\u3059\u308b\u30c7\u30fc\u30bf\u306f\u3001\u30d0\u30a4\u30c8\u914d\u5217\u3068\u3057\u3066\u51e6\u7406\u3055\u308c\u307e\u3059\u3002<\/p>\n<h4>FileChannel (\u30d5\u30a1\u30a4\u30eb\u30c1\u30e3\u30cd\u30eb):<\/h4>\n<p>FileChannel\u306f\u3001NIO\uff08New Input\/Output\uff09\u30d1\u30c3\u30b1\u30fc\u30b8\u3067\u63d0\u4f9b\u3055\u308c\u308b\u30af\u30e9\u30b9\u3067\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u66f8\u304d\u3092\u884c\u3046\u305f\u3081\u306e\u9ad8\u5ea6\u306a\u5236\u5fa1\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002FileChannel\u306f\u3001ByteBuffer\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30fc\u30bf\u306e\u8aad\u307f\u66f8\u304d\u3092\u884c\u3044\u307e\u3059\u3002\u307e\u305f\u3001\u975e\u540c\u671fIO\u3084\u30e1\u30e2\u30ea\u30de\u30c3\u30d4\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u306e\u9ad8\u5ea6\u306a\u6a5f\u80fd\u3082\u63d0\u4f9b\u3055\u308c\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<h3>\u4e3b\u306a\u9055\u3044\u306f\u6b21\u306e\u3068\u304a\u308a\u3067\u3059\uff1a<\/h3>\n<h4>API\u306e\u30ec\u30d9\u30eb:<\/h4>\n<p>FileInputStream\/FileOutputStream\u306f\u3001\u53e4\u3044I\/O\uff08InputStream\/OutputStream\uff09API\u306b\u57fa\u3065\u3044\u3066\u304a\u308a\u3001\u30b7\u30f3\u30d7\u30eb\u306a\u30d0\u30a4\u30c8\u30b9\u30c8\u30ea\u30fc\u30e0\u306e\u8aad\u307f\u66f8\u304d\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002FileChannel\u306f\u3001\u3088\u308a\u65b0\u3057\u3044NIO\u30d1\u30c3\u30b1\u30fc\u30b8\u306b\u57fa\u3065\u3044\u3066\u304a\u308a\u3001ByteBuffer\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30fc\u30bf\u306e\u8aad\u307f\u66f8\u304d\u3092\u884c\u3046\u9ad8\u5ea6\u306a\u5236\u5fa1\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n<h4>\u30c7\u30fc\u30bf\u306e\u6271\u3044\u65b9:<\/h4>\n<p>FileInputStream\/FileOutputStream\u306f\u30d0\u30a4\u30c8\u914d\u5217\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30fc\u30bf\u3092\u8aad\u307f\u66f8\u304d\u3057\u307e\u3059\u3002FileChannel\u306fByteBuffer\u3092\u4f7f\u7528\u3057\u3066\u30c7\u30fc\u30bf\u306e\u8aad\u307f\u66f8\u304d\u3092\u884c\u3044\u307e\u3059\u3002ByteBuffer\u306f\u3001\u52b9\u7387\u7684\u306a\u30d0\u30c3\u30d5\u30a1\u30ea\u30f3\u30b0\u3084\u76f4\u63a5\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u306a\u3069\u306e\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n<h4>\u6a5f\u80fd:<\/h4>\n<p>FileChannel\u306f\u3001\u975e\u540c\u671fIO\u3084\u30e1\u30e2\u30ea\u30de\u30c3\u30d4\u30f3\u30b0\u30d5\u30a1\u30a4\u30eb\u306a\u3069\u306e\u9ad8\u5ea6\u306a\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u4e00\u65b9\u3001FileInputStream\/FileOutputStream\u306f\u3001\u30b7\u30f3\u30d7\u30eb\u306a\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u66f8\u304d\u306b\u7279\u5316\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>\u8981\u7d04\u3059\u308b\u3068\u3001FileInputStream\/FileOutputStream\u306f\u30b7\u30f3\u30d7\u30eb\u306a\u30d5\u30a1\u30a4\u30eb\u306e\u8aad\u307f\u66f8\u304d\u306b\u4f7f\u7528\u3055\u308c\u3001FileChannel\u306f\u3088\u308a\u9ad8\u5ea6\u306a\u5236\u5fa1\u3068\u6a5f\u80fd\u304c\u5fc5\u8981\u306a\u5834\u5408\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u9078\u629e\u306f\u3001\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u8981\u4ef6\u3068\u30c7\u30fc\u30bf\u64cd\u4f5c\u306e\u30cb\u30fc\u30ba\u306b\u57fa\u3065\u3044\u3066\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u25c7\u3044\u3056\u901f\u5ea6\u6bd4\u8f03<\/h2>\n<p>\u6bd4\u8f03\u30d1\u30bf\u30fc\u30f3\u306f\u4ee5\u4e0b<\/p>\n<ul>\n<li>\uff11\u30d5\u30a1\u30a4\u30eb\u306e\u66f8\u304d\u8fbc\u307f\u8aad\u307f\u8fbc\u307f\u901f\u5ea6\u6bd4\u8f03<\/li>\n<li>\u8907\u6570\u30d5\u30a1\u30a4\u30eb\u306e\u66f8\u304d\u8fbc\u307f\u8aad\u307f\u8fbc\u307f\u901f\u5ea6\u6bd4\u8f03<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>1, \uff11\u30d5\u30a1\u30a4\u30eb\uff08200MB\uff09\u306e\u66f8\u304d\u8fbc\u307f\u3001\u8aad\u307f\u8fbc\u307f\u901f\u5ea6\u6bd4\u8f03<\/h3>\n<h4>File Stream (msec)<\/h4>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\u3000\uff11\u56de\u76ee\uff1a344<\/p>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\u3000\uff12\u56de\u76ee\uff1a343<\/p>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\u3000\uff13\u56de\u76ee\uff1a344<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\u3000\uff11\u56de\u76ee\uff1a219<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\u3000\uff12\u56de\u76ee\uff1a360<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\u3000\uff13\u56de\u76ee\uff1a172<\/p>\n<h4>FileChannel (msec)<\/h4>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\u3000\uff11\u56de\u76ee\uff1a281<\/p>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\u3000\uff12\u56de\u76ee\uff1a249<\/p>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\u3000\uff13\u56de\u76ee\uff1a234<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\u3000\uff11\u56de\u76ee\uff1a125<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\u3000\uff12\u56de\u76ee\uff1a125<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\u3000\uff13\u56de\u76ee\uff1a126<\/p>\n<p>&nbsp;<\/p>\n<h3>2, \u8907\u6570\u30d5\u30a1\u30a4\u30eb\uff081000\u30d5\u30a1\u30a4\u30eb\uff09\u306e\u66f8\u304d\u8fbc\u307f\u3001\u8aad\u307f\u8fbc\u307f\u901f\u5ea6\u6bd4\u8f03<\/h3>\n<h4>File Stream (msec)<\/h4>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\uff1a3315<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\uff1a776<\/p>\n<h4>FileChannel (msec)<\/h4>\n<p style=\"padding-left: 40px;\">\u66f8\u304d\u8fbc\u307f\uff1a3304<\/p>\n<p style=\"padding-left: 40px;\">\u8aad\u307f\u8fbc\u307f\uff1a385<\/p>\n<p>&nbsp;<\/p>\n<h2>\u25c7\u7d50\u8ad6<\/h2>\n<p>FileChannel \u306f\u30b5\u30a4\u30ba\u304c\u5927\u304d\u3044\u30d5\u30a1\u30a4\u30eb\u306f\u8aad\u307f\u8fbc\u307f\u66f8\u304d\u8fbc\u307f\u3068\u3082\u306b\u901f\u3044\u3002<\/p>\n<p>\u3055\u3044\u30d5\u30a1\u30a4\u30eb\u3067\u3082\u66f8\u304d\u8fbc\u307f\u306f\u5909\u308f\u3089\u306a\u3044\u304c\u8aad\u307f\u8fbc\u307f\u306f\u901f\u3044\u3002<\/p>\n<p>\u3088\u3063\u3066\u30ac\u30f3\u30ac\u30f3\u4f7f\u3046\u3079\u3057\u3002<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-9550\" src=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526038_s-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526038_s-300x225.jpg 300w, https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526038_s.jpg 640w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<h2>\u25c7\u8a08\u6e2c\u306b\u4f7f\u3063\u305f\u30b3\u30fc\u30c9<\/h2>\n<p>Hoge.java<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-linenumbers=\"false\">import java.io.File;\r\nimport java.io.FileInputStream;\r\nimport java.io.FileOutputStream;\r\nimport java.io.IOException;\r\nimport java.nio.ByteBuffer;\r\nimport java.nio.channels.FileChannel;\r\nimport java.nio.file.Files;\r\nimport java.nio.file.Paths;\r\nimport java.nio.file.StandardOpenOption;\r\nimport java.util.Arrays;\r\n\r\npublic class Hoge {\r\n\r\n    public static void main(String[] args) throws Exception {\r\n        log(\"start ...\");\r\n        \/\/ 100MB 3\u56de\r\n        \/\/ 1KB 1000\u30d5\u30a1\u30a4\u30eb\r\n        \/\/ \u66f8\u304d\u8fbc\u307f \u8aad\u307f\u8fbc\u307f\r\n        Files.createDirectories(Paths.get(\"work\"));\r\n        testStream1();\r\n        testChannel1();\r\n        testStream2();\r\n        testChannel2();\r\n        log(\"end ...\");\r\n    }\r\n\r\n    static void testStream1() throws IOException {\r\n        log(\"---testStream1---\");\r\n        byte[] buf = new byte[200 * 1024 * 1024];\r\n        Arrays.fill(buf, (byte)35);\r\n        for (int i=0; i&lt;3; i++) {\r\n            long t1 = System.currentTimeMillis();\r\n            File f = new File(\"work\/ts1-\" + i + \".txt\");\r\n            writeFileByStream(f, buf);\r\n            long t2 = System.currentTimeMillis();\r\n            log(\"write time: \" + (t2-t1));\r\n        }\r\n\r\n        for (int i=0; i&lt;3; i++) {\r\n            long t1 = System.currentTimeMillis();\r\n            File f = new File(\"work\/ts1-\" + i + \".txt\");\r\n            readFileByStream(f);\r\n            long t2 = System.currentTimeMillis();\r\n            log(\"read time: \" + (t2-t1));\r\n        }\r\n    }\r\n    static void testChannel1() throws IOException {\r\n        log(\"---testChannel1---\");\r\n        byte[] buf = new byte[200 * 1024 * 1024];\r\n        Arrays.fill(buf, (byte)35);\r\n        for (int i=0; i&lt;3; i++) {\r\n            long t1 = System.currentTimeMillis();\r\n            File f = new File(\"work\/tc1-\" + i + \".txt\");\r\n            writeFileByChannel(f, buf);\r\n            long t2 = System.currentTimeMillis();\r\n            log(\"write time:: \" + (t2-t1));\r\n        }\r\n\r\n        for (int i=0; i&lt;3; i++) {\r\n            long t1 = System.currentTimeMillis();\r\n            File f = new File(\"work\/tc1-\" + i + \".txt\");\r\n            readFileByChannel(f);\r\n            long t2 = System.currentTimeMillis();\r\n            log(\"read time: \" + (t2-t1));\r\n        }\r\n    }\r\n\r\n    static void testStream2() throws IOException {\r\n        log(\"---testStream2---\");\r\n        byte[] buf = new byte[1 * 1024];\r\n        Arrays.fill(buf, (byte)35);\r\n        long t1 = System.currentTimeMillis();\r\n        for (int i=0; i&lt;1000; i++) {\r\n            File f = new File(\"work\/ts2-\" + i + \".txt\");\r\n            writeFileByStream(f, buf);\r\n        }\r\n        long t2 = System.currentTimeMillis();\r\n        log(\"write time: \" + (t2-t1));\r\n\r\n        long t3 = System.currentTimeMillis();\r\n        for (int i=0; i&lt;1000; i++) {\r\n            File f = new File(\"work\/ts2-\" + i + \".txt\");\r\n            readFileByStream(f);\r\n        }\r\n        long t4 = System.currentTimeMillis();\r\n        log(\"read time: \" + (t4-t3));\r\n    }\r\n    static void testChannel2() throws IOException {\r\n        log(\"---testChannel2---\");\r\n        byte[] buf = new byte[1 * 1024];\r\n        Arrays.fill(buf, (byte)35);\r\n        long t1 = System.currentTimeMillis();\r\n        for (int i=0; i&lt;1000; i++) {\r\n            File f = new File(\"work\/tc2-\" + i + \".txt\");\r\n            writeFileByChannel(f, buf);\r\n        }\r\n        long t2 = System.currentTimeMillis();\r\n        log(\"write time: \" + (t2-t1));\r\n\r\n        long t3 = System.currentTimeMillis();\r\n        for (int i=0; i&lt;1000; i++) {\r\n            File f = new File(\"work\/tc2-\" + i + \".txt\");\r\n            readFileByChannel(f);\r\n        }\r\n        long t4 = System.currentTimeMillis();\r\n        log(\"read time: \" + (t4-t3));\r\n    }\r\n\r\n\r\n    static void writeFileByStream(File f, byte[] val) throws IOException {\r\n        try (FileOutputStream out = new FileOutputStream (f, false)) {\r\n            out.write(val);\r\n        }\r\n    }\r\n    static byte[] readFileByStream(File f) throws IOException {\r\n        byte[] val = new byte[(int)f.length()];\r\n        try (FileInputStream in = new FileInputStream(f)) {\r\n            in.read(val);\r\n        }\r\n        return val;\r\n    }\r\n\r\n    static void writeFileByChannel(File f, byte[] val) throws IOException {\r\n        try (FileChannel fc = FileChannel.open(f.toPath(), StandardOpenOption.CREATE, StandardOpenOption.WRITE)) {\r\n            ByteBuffer buf = ByteBuffer.wrap(val);\r\n            fc.write(buf);\r\n        }\r\n    }\r\n    static byte[] readFileByChannel(File f) throws IOException {\r\n        try (FileChannel fc = FileChannel.open(f.toPath(), StandardOpenOption.READ)) {\r\n            byte[] bytes = new byte[(int)fc.size()];\r\n            ByteBuffer buf = ByteBuffer.wrap(bytes);\r\n            fc.read(buf);\r\n            return bytes;\r\n        }\r\n    }\r\n\r\n    static void log(String msg) {\r\n        System.out.println(msg);\r\n    }<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3053\u3093\u306b\u3061\u308f\u3001\u732b\u597d\u304d\u30ea\u30fc\u30de\u30f3\u306e\u307b\u3052PG\u3067\u3059\u3002 \u4eca\u66f4\u306a\u304c\u3089FileChannel\u304c\u3069\u308c\u304f\u3089\u3044\u306e\u3082\u306e\u304b\u5206\u304b\u3089\u306a\u304b\u3063\u305f\u306e\u3067\u8abf\u3079\u3066\u307f\u307e\u3057\u305f\u3002 \u25c7\u305d\u308c\u305e\u308c\u306e\u7279\u5fb4 Java\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c\u306b\u4f7f\u7528\u3067\u304d\u308b\u3055\u307e\u3056\u307e\u306a\u30af\u30e9\u30b9\u3068API\u304c\u3042\u308a\u307e [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":9549,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"sns_share_botton_hide":"","vkExUnit_sns_title":"","_vk_print_noindex":"","sitemap_hide":"","vkExUnit_EyeCatch_disable":"","_veu_custom_css":"","veu_display_promotion_alert":"","vkexunit_cta_each_option":"","footnotes":""},"categories":[114,6],"tags":[1116,563,1115],"class_list":["post-9544","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-114","category-engineer","tag-filechannel","tag-java","tag-1115"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"akiyama\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"OIS\u30d6\u30ed\u30b0 | OIS\u306e\u30d6\u30ed\u30b0\u7d39\u4ecb\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t\t<meta property=\"og:image:height\" content=\"481\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-08-27T02:10:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-08-27T02:10:36+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/orientalinformationservice\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@ois_yokohama\" \/>\n\t\t<meta name=\"twitter:title\" content=\"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@ois_yokohama\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#article\",\"name\":\"java File Stream \\u3068 FileChannel \\u306e\\u901f\\u5ea6\\u6bd4\\u8f03 | OIS\\u30d6\\u30ed\\u30b0\",\"headline\":\"java File Stream \\u3068 FileChannel \\u306e\\u901f\\u5ea6\\u6bd4\\u8f03\",\"author\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/author\\\/akiyama#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/23526037_s.jpg\",\"width\":640,\"height\":481},\"datePublished\":\"2024-08-27T11:10:36+09:00\",\"dateModified\":\"2024-08-27T11:10:36+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#webpage\"},\"articleSection\":\"\\u60c5\\u5831, \\u6280\\u8853\\u8b1b\\u7fd2, FileChannel, Java, \\u30d5\\u30a1\\u30a4\\u30eb\\u64cd\\u4f5c\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/category\\\/engineer#listItem\",\"name\":\"\\u6280\\u8853\\u8b1b\\u7fd2\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/category\\\/engineer#listItem\",\"position\":2,\"name\":\"\\u6280\\u8853\\u8b1b\\u7fd2\",\"item\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/category\\\/engineer\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#listItem\",\"name\":\"java File Stream \\u3068 FileChannel \\u306e\\u901f\\u5ea6\\u6bd4\\u8f03\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#listItem\",\"position\":3,\"name\":\"java File Stream \\u3068 FileChannel \\u306e\\u901f\\u5ea6\\u6bd4\\u8f03\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/category\\\/engineer#listItem\",\"name\":\"\\u6280\\u8853\\u8b1b\\u7fd2\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/#organization\",\"name\":\"OIS\\u30d6\\u30ed\\u30b0\",\"description\":\"OIS\\u306e\\u30d6\\u30ed\\u30b0\\u7d39\\u4ecb\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/OIS\\u30ed\\u30b4-\\u6587\\u5b57\\u306a\\u3057.png\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544\\\/#organizationLogo\",\"width\":128,\"height\":128},\"image\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/orientalinformationservice\",\"https:\\\/\\\/x.com\\\/ois_yokohama\",\"https:\\\/\\\/www.instagram.com\\\/ois_yokohama1978\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/author\\\/akiyama#author\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/author\\\/akiyama\",\"name\":\"akiyama\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ff5bd4b5c6242b44911d761454b7fa2ee660c3e49a42278fda2507916d9816d2?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"akiyama\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#webpage\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544\",\"name\":\"java File Stream \\u3068 FileChannel \\u306e\\u901f\\u5ea6\\u6bd4\\u8f03 | OIS\\u30d6\\u30ed\\u30b0\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/author\\\/akiyama#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/author\\\/akiyama#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/23526037_s.jpg\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544\\\/#mainImage\",\"width\":640,\"height\":481},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/archives\\\/9544#mainImage\"},\"datePublished\":\"2024-08-27T11:10:36+09:00\",\"dateModified\":\"2024-08-27T11:10:36+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/#website\",\"url\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/\",\"name\":\"OIS\\u30d6\\u30ed\\u30b0\",\"description\":\"OIS\\u306e\\u30d6\\u30ed\\u30b0\\u7d39\\u4ecb\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ois-yokohama.co.jp\\\/oisblog2018\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0","description":"","canonical_url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#article","name":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0","headline":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03","author":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/author\/akiyama#author"},"publisher":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg","width":640,"height":481},"datePublished":"2024-08-27T11:10:36+09:00","dateModified":"2024-08-27T11:10:36+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#webpage"},"isPartOf":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#webpage"},"articleSection":"\u60c5\u5831, \u6280\u8853\u8b1b\u7fd2, FileChannel, Java, \u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018#listItem","position":1,"name":"Home","item":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/category\/engineer#listItem","name":"\u6280\u8853\u8b1b\u7fd2"}},{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/category\/engineer#listItem","position":2,"name":"\u6280\u8853\u8b1b\u7fd2","item":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/category\/engineer","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#listItem","name":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#listItem","position":3,"name":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/category\/engineer#listItem","name":"\u6280\u8853\u8b1b\u7fd2"}}]},{"@type":"Organization","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/#organization","name":"OIS\u30d6\u30ed\u30b0","description":"OIS\u306e\u30d6\u30ed\u30b0\u7d39\u4ecb","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/","logo":{"@type":"ImageObject","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2025\/09\/OIS\u30ed\u30b4-\u6587\u5b57\u306a\u3057.png","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544\/#organizationLogo","width":128,"height":128},"image":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/orientalinformationservice","https:\/\/x.com\/ois_yokohama","https:\/\/www.instagram.com\/ois_yokohama1978\/"]},{"@type":"Person","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/author\/akiyama#author","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/author\/akiyama","name":"akiyama","image":{"@type":"ImageObject","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ff5bd4b5c6242b44911d761454b7fa2ee660c3e49a42278fda2507916d9816d2?s=96&d=mm&r=g","width":96,"height":96,"caption":"akiyama"}},{"@type":"WebPage","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#webpage","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544","name":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/#website"},"breadcrumb":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#breadcrumblist"},"author":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/author\/akiyama#author"},"creator":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/author\/akiyama#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544\/#mainImage","width":640,"height":481},"primaryImageOfPage":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544#mainImage"},"datePublished":"2024-08-27T11:10:36+09:00","dateModified":"2024-08-27T11:10:36+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/#website","url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/","name":"OIS\u30d6\u30ed\u30b0","description":"OIS\u306e\u30d6\u30ed\u30b0\u7d39\u4ecb","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"OIS\u30d6\u30ed\u30b0 | OIS\u306e\u30d6\u30ed\u30b0\u7d39\u4ecb","og:type":"article","og:title":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0","og:url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544","og:image":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg","og:image:secure_url":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg","og:image:width":640,"og:image:height":481,"article:published_time":"2024-08-27T02:10:36+00:00","article:modified_time":"2024-08-27T02:10:36+00:00","article:publisher":"https:\/\/www.facebook.com\/orientalinformationservice","twitter:card":"summary","twitter:site":"@ois_yokohama","twitter:title":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03 | OIS\u30d6\u30ed\u30b0","twitter:creator":"@ois_yokohama","twitter:image":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-content\/uploads\/2024\/08\/23526037_s.jpg"},"aioseo_meta_data":{"post_id":"9544","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-08-27 01:38:01","updated":"2025-09-17 12:22:17","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/category\/engineer\" title=\"\u6280\u8853\u8b1b\u7fd2\">\u6280\u8853\u8b1b\u7fd2<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tjava File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018"},{"label":"\u6280\u8853\u8b1b\u7fd2","link":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/category\/engineer"},{"label":"java File Stream \u3068 FileChannel \u306e\u901f\u5ea6\u6bd4\u8f03","link":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/archives\/9544"}],"veu_head_title_object":{"title":"","add_site_title":""},"_links":{"self":[{"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/posts\/9544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/comments?post=9544"}],"version-history":[{"count":5,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/posts\/9544\/revisions"}],"predecessor-version":[{"id":9551,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/posts\/9544\/revisions\/9551"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/media\/9549"}],"wp:attachment":[{"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/media?parent=9544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/categories?post=9544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ois-yokohama.co.jp\/oisblog2018\/wp-json\/wp\/v2\/tags?post=9544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}