available() — netty Function Reference
Architecture documentation for the available() function in ObjectDecoderInputStream.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b089f686_2268_f385_4195_9f03265b5bb2["available()"] dd8b5489_bf8f_1c4d_4ec2_e67ee00574b3["ObjectDecoderInputStream"] b089f686_2268_f385_4195_9f03265b5bb2 -->|defined in| dd8b5489_bf8f_1c4d_4ec2_e67ee00574b3 style b089f686_2268_f385_4195_9f03265b5bb2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-base/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java lines 130–133
@Override
public int available() throws IOException {
return in.available();
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does available() do?
available() is a function in the netty codebase, defined in codec-base/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java.
Where is available() defined?
available() is defined in codec-base/src/main/java/io/netty/handler/codec/serialization/ObjectDecoderInputStream.java at line 130.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free