public final class ImageCache extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImageCache |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
image(int x,
int y) |
static String |
name(int x,
int y) |
public static ImageCache INSTANCE
public static String name(int x, int y)
public io.netty.buffer.ByteBuf image(int x,
int y)
Copyright © 2008–2018 The Netty Project. All rights reserved.