| Package | Description |
|---|---|
| rs.baselib.io |
Provides I/O utilities, such as converting from/into bytes and finding resources.
|
| rs.baselib.util |
Provides several utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static RsYear |
ConverterUtils.toRsYear(byte[] bytes)
Converts the given bytes to Month.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
ConverterUtils.toBytes(RsYear param)
Converts the given parameter to its byte representation.
|
| Modifier and Type | Method and Description |
|---|---|
RsYear |
RsYear.getNext()
Returns the next month.
|
RsYear |
RsYear.getPrevious()
Returns the previous month.
|
RsYear |
RsDate.getYear()
Returns the year object for this date.
|
static RsYear |
RsYear.getYear(int year)
Returns a year object for the given key.
|
static RsYear |
RsYear.getYear(String key)
Returns a year object for the given key.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CommonUtils.toString(RsYear year)
Formats the given year.
|
Copyright © 2014. All rights reserved.