A POI file just for testing.
Returns the POI file's content bytes.returnThe POI file's content bytes. return bytes;
Returns the POI file's content bytes.
return bytes;
Returns the POI file's name.returnThe POI file's name. return name;
Returns the POI file's name.
return name;
Returns the POI file's path.returnThe POI file's path. return path;
Returns the POI file's path.
return path;
Sets the POI file's content bytes.parambytes The POI file's content bytes. this.bytes = bytes;
Sets the POI file's content bytes.
this.bytes = bytes;
Sets the POI file's name.paramname The POI file's name. this.name = name;
Sets the POI file's name.
this.name = name;
Sets the POI file's path.parampath The POI file's path. this.path = path;
Sets the POI file's path.
this.path = path;