# netty **Repository Path**: jsjack_wang/netty ## Basic Information - **Project Name**: netty - **Description**: netty一些笔记 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty #### 介绍 netty一些笔记 #### 基本功能 BufferDemo 手动回收direct内存 CloseableDemo 自动调用close关闭资源(Closeable的close是幂等的,而AutoCloseable不是幂等的) 必须配合try使用