{"id":54276,"library":"netty-buffer","title":"Netty Buffer","description":"Netty's buffer abstraction for efficient I/O operations.","status":"active","version":"4.1.135.Final","language":"java","source_language":null,"source_url":"https://github.com/netty/netty","tags":["netty","buffer","networking","io"],"install":[{"cmd":"<dependency>\n  <groupId>io.netty</groupId>\n  <artifactId>netty-buffer</artifactId>\n  <version>4.1.135.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.netty:netty-buffer:4.1.135.Final'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ByteBuf","correct":"io.netty.buffer.ByteBuf"}],"quickstart":{"code":"import io.netty.buffer.ByteBuf;\nimport io.netty.buffer.Unpooled;\n\npublic class NettyBufferExample {\n    public static void main(String[] args) {\n        ByteBuf buf = Unpooled.buffer(256);\n        buf.writeBytes(\"Hello\".getBytes());\n        System.out.println(buf.readableBytes());\n    }\n}","lang":"java","description":"Create and write to a ByteBuf."},"warnings":[{"fix":"Review release notes for breaking changes.","message":"Netty 4.1.135.Final is a very recent version; check for API changes if upgrading from older 4.x.","severity":"gotcha","affected_versions":"4.1.135.Final"}],"env_vars":null,"search_vec":"'abstract':6 'buffer':2,5,12 'effici':8 'i/o':9 'io':14 'netti':1,3,11 'network':13 'oper':10","created_at":"2026-06-15T08:57:11.517835+00:00","updated_at":"2026-06-15T08:57:11.517835+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://netty.io/","github":"https://github.com/netty/netty","docs":"https://appdoc.app/artifact/io.netty/netty-buffer/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}