ByteExtensions.or 方法
定义
重载
or(byte[] self, byte[] other) | |
or(byte[] self, byte[] other, int offset) |
or(byte[] self, byte[] other)
public static byte [] or(byte[] self, byte[] other)
参数
- self
- byte []
- other
- byte []
返回
byte []
or(byte[] self, byte[] other, int offset)
public static byte [] or(byte[] self, byte[] other, int offset)
参数
- self
- byte []
- other
- byte []
- offset
- int
返回
byte []