Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
29 righe
805 B
29 righe
805 B
/* */ package it.tref.signextractor.data; |
|
/* */ |
|
/* */ public class SignFile |
|
/* */ { |
|
/* */ private byte[] content; |
|
/* */ private int length; |
|
/* */ |
|
/* */ public byte[] getContent() |
|
/* */ { |
|
/* 12 */ return this.content; |
|
/* */ } |
|
/* */ |
|
/* */ public void setContent(byte[] content) { |
|
/* 16 */ this.content = content; |
|
/* */ } |
|
/* */ |
|
/* */ public int getLength() { |
|
/* 20 */ return this.length; |
|
/* */ } |
|
/* */ |
|
/* */ public void setLength(int length) { |
|
/* 24 */ this.length = length; |
|
/* */ } |
|
/* */ } |
|
|
|
/* Location: C:\liferay-sviluppo\portos2\git\portos-camel-document-processor\lib\tref-sign-exctractor-0.1.0.jar |
|
* Qualified Name: it.tref.signextractor.data.SignFile |
|
* JD-Core Version: 0.6.0 |
|
*/ |