Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

R

R1000 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R1070 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2010 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2020 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2040 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2050 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2060 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2098 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
R2099 - Static variable in interface com.sankhya.util.ReinfUtils.Evento
 
read(byte[]) - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
readBoolean() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readBoolean method of DataInput.
readByte() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readByte method of DataInput.
readBytes(InputStream) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readChar() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readChar method of DataInput.
readDouble() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readDouble method of DataInput.
readFloat() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readFloat method of DataInput.
readFully(byte[]) - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readFully method of DataInput.
readInt() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readInt method of DataInput.
readLine() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
Deprecated.
This method does not properly convert bytes to characters. As of JDK 1.1, the preferred way to read lines of text is via the BufferedReader.readLine() method. Programs that use the DataInputStream class to read lines can be converted to use the BufferedReader class by replacing code of the form:
     DataInputStream d = new DataInputStream(in);
 
with:
     BufferedReader d
          = new BufferedReader(new InputStreamReader(in));
 
readLong() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readLong method of DataInput.
readObject(DataInputStream) - Method in interface com.sankhya.util.io.DiskList.ObjectIO
 
readObjectFromFile(File) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readShort() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readShort method of DataInput.
readString() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readStringFromFile(String) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readStringFromFile(File) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readStringFromReader(Reader) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readStringFromStream(InputStream, String) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readStringFromStream(InputStream) - Static method in class com.sankhya.util.FileAndStreamUtils
 
readUnsignedByte() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedShort() - Method in class com.sankhya.util.io.GenericEncodingDataInputStream
See the general contract of the readUnsignedShort method of DataInput.
receive(Message) - Method in interface com.sankhya.util.message.MessageReceiver
 
REFERENCIA_FECHADA_COM_SUCESSO - Static variable in interface com.sankhya.util.ReinfUtils.Status
 
REFERENCIA_FINALIZADA_ALTERACOES_APOS_FECHAMENTO - Static variable in interface com.sankhya.util.ReinfUtils.Status
 
REFERENCIA_NAO_INICIADA - Static variable in interface com.sankhya.util.ReinfUtils.Status
 
REFERENCIA_REABERTA_COM_SUCESSO - Static variable in interface com.sankhya.util.ReinfUtils.Status
 
ReflectSorter - Class in com.sankhya.util
 
ReflectSorter(Class, String, int) - Constructor for class com.sankhya.util.ReflectSorter
 
ReflectUtils - Class in com.sankhya.util
 
ReflectUtils() - Constructor for class com.sankhya.util.ReflectUtils
 
ReflectUtils.FieldIterator - Interface in com.sankhya.util
 
ReflectUtils.KeyBuilder - Interface in com.sankhya.util
 
refreshRow() - Method in class com.sankhya.util.ResultSetDecorator
 
Regex - Class in com.sankhya.util.regex
 
Regex.MonitoredCall - Interface in com.sankhya.util.regex
 
Regex.RegexMonitor - Interface in com.sankhya.util.regex
 
REGEX_EMAIL - Static variable in class com.sankhya.util.ValidadorEmail
 
RegexMatcher - Interface in com.sankhya.util.regex
 
RegexMatcherJava - Class in com.sankhya.util.regex
 
RegexMatcherRe2j - Class in com.sankhya.util.regex
 
RegexUtils - Class in com.sankhya.util.regex
 
RegexUtils() - Constructor for class com.sankhya.util.regex.RegexUtils
 
RegexUtils.GroupIterator - Interface in com.sankhya.util.regex
 
region(int, int) - Method in class com.sankhya.util.regex.RegexMatcherJava
 
regionEnd() - Method in class com.sankhya.util.regex.RegexMatcherJava
 
regionStart() - Method in class com.sankhya.util.regex.RegexMatcherJava
 
registry(TSLevel, String, Throwable) - Static method in class br.com.sankhya.util.troubleshooting.SKError
 
registryAndWait(String, String) - Static method in class com.sankhya.util.MutualExclusion
 
registryXMLElementClass(String, Class) - Method in class com.sankhya.util.xml.SimpleSAXParser
 
registryXMLElementClass(String, Class, boolean) - Method in class com.sankhya.util.xml.SimpleSAXParser
 
ReinfUtils - Class in com.sankhya.util
 
ReinfUtils() - Constructor for class com.sankhya.util.ReinfUtils
 
ReinfUtils.Evento - Interface in com.sankhya.util
 
ReinfUtils.Status - Interface in com.sankhya.util
 
ReinfUtils.TipoAmbiente - Interface in com.sankhya.util
 
relative(int) - Method in class com.sankhya.util.ResultSetDecorator
 
release() - Static method in class br.com.sankhya.util.troubleshooting.SKError
 
release() - Method in class com.sankhya.util.ResourceLock.LockHandle
 
release(boolean) - Method in class com.sankhya.util.ResourceLock.LockHandle
 
release(ResourceLock.LockHandle) - Static method in class com.sankhya.util.ResourceLock
 
RemoteAccessRunExe - Class in com.sankhya.util
 
RemoteAccessRunExe() - Constructor for class com.sankhya.util.RemoteAccessRunExe
 
RemoteEJBProxy - Class in com.sankhya.util
 
RemoteEJBProxy() - Constructor for class com.sankhya.util.RemoteEJBProxy
 
remove(K) - Method in class br.com.sankhya.util.concurrent.LazyConcurrentHashMap
 
remove(int) - Method in class com.sankhya.util.io.DiskList
 
remove(Object) - Method in class com.sankhya.util.io.DiskList
 
remove(Object) - Method in class com.sankhya.util.stream.StreamList
 
remove(int) - Method in class com.sankhya.util.stream.StreamList
 
removeAlias(String) - Static method in class com.sankhya.util.SQLUtils
 
removeAll(Collection) - Method in class com.sankhya.util.io.DiskList
 
removeAll(Collection<?>) - Method in class com.sankhya.util.stream.StreamList
 
removeChildIgnoringNameSpace(Element, String) - Static method in class com.sankhya.util.XMLUtils
 
removeName(String) - Method in class com.sankhya.util.mbeans.ServiceLocatorConsole
 
removeName(String) - Method in interface com.sankhya.util.mbeans.ServiceLocatorConsoleMBean
 
removeName(String) - Static method in class com.sankhya.util.ServiceLocator
 
removePontuacao(String) - Static method in class com.sankhya.util.StringUtils
 
removeProperty(String, String) - Static method in class com.sankhya.util.ThreadLocalProperty
 
removeQuotes(StringBuffer, char) - Static method in class com.sankhya.util.StringUtils
Este algoritmo processa o string de entrada removendo os conteúdos que estejam entre aspas (simples ou duplas).
REMOVER_CONTRIBUINTE - Static variable in class com.sankhya.util.ReinfUtils
 
removerCaracteresEspeciais(String) - Static method in class com.sankhya.util.StringUtils
 
removeTokens(StringBuffer, String, String) - Static method in class com.sankhya.util.StringUtils
 
removeWithoutReturn(int) - Method in class com.sankhya.util.io.DiskList
 
replaceAccentuatedChars(Clob) - Static method in class com.sankhya.util.StringUtils
 
replaceAccentuatedChars(String) - Static method in class com.sankhya.util.StringUtils
 
replaceAccentuatedChars(StringBuffer) - Static method in class com.sankhya.util.StringUtils
 
replaceAccentuatedCharsForString(String) - Static method in class com.sankhya.util.StringUtils
 
replaceAll(String) - Method in interface com.sankhya.util.regex.RegexMatcher
 
replaceAll(String) - Method in class com.sankhya.util.regex.RegexMatcherJava
 
replaceAll(String) - Method in class com.sankhya.util.regex.RegexMatcherRe2j
 
replaceAll(String, String, String) - Static method in class com.sankhya.util.StringUtils
 
replaceChars(char, char) - Method in class com.sankhya.util.StringUtils
 
replaceChars(char, char, int) - Method in class com.sankhya.util.StringUtils
 
replaceChars(char, char, int, boolean) - Method in class com.sankhya.util.StringUtils
 
replaceFirst(String) - Method in interface com.sankhya.util.regex.RegexMatcher
 
replaceFirst(String) - Method in class com.sankhya.util.regex.RegexMatcherJava
 
replaceFirst(String) - Method in class com.sankhya.util.regex.RegexMatcherRe2j
 
replaceHtmlEntities(String) - Static method in class com.sankhya.util.StringUtils
 
replaceLast(String, String, String) - Static method in class com.sankhya.util.StringUtils
 
replaceNonHtmlTags(String) - Static method in class com.sankhya.util.HtmlParser
 
replacePattern(char) - Method in class com.sankhya.util.StringUtils
 
replacePattern(char, int) - Method in class com.sankhya.util.StringUtils
 
replacePattern(char, int, int) - Method in class com.sankhya.util.StringUtils
 
replacePattern(char, int, int, String) - Method in class com.sankhya.util.StringUtils
 
replaceString(String, String) - Method in class com.sankhya.util.StringUtils
 
replaceString(String, String, String) - Static method in class com.sankhya.util.StringUtils
 
replaceString(String, String, StringBuffer) - Static method in class com.sankhya.util.StringUtils
 
replaceString(String, String, StringBuffer, boolean) - Static method in class com.sankhya.util.StringUtils
 
replaceVars(HashMap<String, String>, String) - Static method in class com.sankhya.util.StringUtils
 
replicate(StringBuffer, String, int) - Static method in class com.sankhya.util.StringUtils
 
replicate(String, int) - Static method in class com.sankhya.util.StringUtils
 
requireEnd() - Method in class com.sankhya.util.regex.RegexMatcherJava
 
reset() - Method in interface com.sankhya.util.regex.RegexMatcher
 
reset(CharSequence) - Method in interface com.sankhya.util.regex.RegexMatcher
 
reset() - Method in class com.sankhya.util.regex.RegexMatcherJava
 
reset(CharSequence) - Method in class com.sankhya.util.regex.RegexMatcherJava
 
reset() - Method in class com.sankhya.util.regex.RegexMatcherRe2j
 
reset(CharSequence) - Method in class com.sankhya.util.regex.RegexMatcherRe2j
 
resolverDescricaoPagamentoNFCe(String) - Static method in class com.sankhya.util.DanfeUtils
 
resolverDescricaoPagamentoNFCe(String) - Method in class com.sankhya.util.SWTextReportUtils
 
ResourceCloser - Class in com.sankhya.util
 
ResourceCloser() - Constructor for class com.sankhya.util.ResourceCloser
 
ResourceCloser.Closeable - Interface in com.sankhya.util
 
ResourceLock - Class in com.sankhya.util
 
ResourceLock() - Constructor for class com.sankhya.util.ResourceLock
 
ResourceLock.LockHandle - Class in com.sankhya.util
 
ResourceLock.StaleLockCleaner - Class in com.sankhya.util
 
ResourceLock.StripedLockDeadlockScanner - Class in com.sankhya.util
 
restore(ObjectStateManager.RecoverableState) - Static method in class com.sankhya.util.ObjectStateManager
 
result(String) - Method in class com.sankhya.util.ProcedureCaller
 
resultAsBigDecimal(String) - Method in class com.sankhya.util.ProcedureCaller
 
resultAsResultSet(String) - Method in class com.sankhya.util.ProcedureCaller
 
resultAsString(String) - Method in class com.sankhya.util.ProcedureCaller
 
resultAsTimestamp(String) - Method in class com.sankhya.util.ProcedureCaller
 
ResultSetDecorator - Class in com.sankhya.util
 
ResultSetDecorator(ResultSet) - Constructor for class com.sankhya.util.ResultSetDecorator
 
resultSetToList(ResultSet) - Static method in class com.sankhya.util.ListUtils
Convert the ResultSet to a List of Maps, where each Map represents a row with columnNames and columValues
retainAll(Collection) - Method in class com.sankhya.util.io.DiskList
 
retainAll(Collection<?>) - Method in class com.sankhya.util.stream.StreamList
 
reverse() - Method in class com.sankhya.util.stream.StreamList
 
reverseHtmlScape(String) - Static method in class com.sankhya.util.StringUtils
 
right(Object, int) - Static method in class com.sankhya.util.StringUtils
Similar ao RightStr do Delphi.
rollbackTokens(StringBuffer, Map, String) - Static method in class com.sankhya.util.StringUtils
 
Row(Long, Object[], int) - Constructor for class com.sankhya.util.io.DiskList.Row
 
rowDeleted() - Method in class com.sankhya.util.ResultSetDecorator
 
rowInserted() - Method in class com.sankhya.util.ResultSetDecorator
 
rowUpdated() - Method in class com.sankhya.util.ResultSetDecorator
 
rtrim(String) - Static method in class com.sankhya.util.StringUtils
 
rtrim(StringBuilder) - Static method in class com.sankhya.util.StringUtils
 
run() - Method in class br.com.sankhya.util.ConcatenatePDF
Executa o Concatenador e retorna um OutputStream
run() - Method in class com.sankhya.util.ResourceLock.StaleLockCleaner
 
run() - Method in class com.sankhya.util.ResourceLock.StripedLockDeadlockScanner
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
Skip navigation links