File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,14 @@ Java核心技术学习代码兼测试案例<br>
80
80
├── LongConvertT.java // Long与byte数组转换
81
81
├── StringConvertT.java // String转换成byte数组
82
82
├── org.javacore.nio // Java NIO
83
- ├── AvailableCharSets.java // 可用的CharSet打印
83
+ ├── AvailableCharSets.java // 可用的CharSet打印
84
84
├── BufferToText.java // ByteBuffer与char之间转换的案例
85
85
├── ChannelCopy.java // FileChannel的文件复制案例
86
86
├── FileChannelTransferTo.java // FileChannel的transferTo/transferFrom案例
87
87
├── FileChannelT.java // FileChannel读写文件案例
88
88
├── GetChannel.java // 从流中获取FileChannel的案例
89
+ ├── GetData.java // ByteBuffer操作类型数据的案例
90
+ ├── IntBufferDemo.java // 通过IntBuffer操作ByteBuffer的int型数据
89
91
├── org.javacore.reflection // Java 反射
90
92
├── User.java // 反射构造器使用的bean
91
93
├── UserConstructorReflect.java // 利用反射通过构造器创建一个实例
You can’t perform that action at this time.
0 commit comments